Class: Aws::CloudWatchEvents::Types::PartnerEventSourceAccount

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb

Overview

The Amazon Web Services account that a partner event source has been offered to.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accountString

The Amazon Web Services account ID that the partner event source was offered to.

Returns:

  • (String)


2770
2771
2772
2773
2774
2775
2776
2777
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 2770

class PartnerEventSourceAccount < Struct.new(
  :account,
  :creation_time,
  :expiration_time,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The date and time the event source was created.

Returns:

  • (Time)


2770
2771
2772
2773
2774
2775
2776
2777
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 2770

class PartnerEventSourceAccount < Struct.new(
  :account,
  :creation_time,
  :expiration_time,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#expiration_timeTime

The date and time that the event source will expire, if the Amazon Web Services account doesn't create a matching event bus for it.

Returns:

  • (Time)


2770
2771
2772
2773
2774
2775
2776
2777
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 2770

class PartnerEventSourceAccount < Struct.new(
  :account,
  :creation_time,
  :expiration_time,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the event source. If it is ACTIVE, you have already created a matching event bus for this event source, and that event bus is active. If it is PENDING, either you haven't yet created a matching event bus, or that event bus is deactivated. If it is DELETED, you have created a matching event bus, but the event source has since been deleted.

Returns:

  • (String)


2770
2771
2772
2773
2774
2775
2776
2777
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 2770

class PartnerEventSourceAccount < Struct.new(
  :account,
  :creation_time,
  :expiration_time,
  :state)
  SENSITIVE = []
  include Aws::Structure
end