Class: Aws::CloudWatchEvents::Types::PartnerEventSourceAccount
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::PartnerEventSourceAccount
- Includes:
- Structure
- Defined in:
- 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
-
#account ⇒ String
The Amazon Web Services account ID that the partner event source was offered to.
-
#creation_time ⇒ Time
The date and time the event source was created.
-
#expiration_time ⇒ Time
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.
-
#state ⇒ String
The state of the event source.
Instance Attribute Details
#account ⇒ String
The Amazon Web Services account ID that the partner event source was offered to.
2770 2771 2772 2773 2774 2775 2776 2777 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2770 class PartnerEventSourceAccount < Struct.new( :account, :creation_time, :expiration_time, :state) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The date and time the event source was created.
2770 2771 2772 2773 2774 2775 2776 2777 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2770 class PartnerEventSourceAccount < Struct.new( :account, :creation_time, :expiration_time, :state) SENSITIVE = [] include Aws::Structure end |
#expiration_time ⇒ Time
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.
2770 2771 2772 2773 2774 2775 2776 2777 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2770 class PartnerEventSourceAccount < Struct.new( :account, :creation_time, :expiration_time, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
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.
2770 2771 2772 2773 2774 2775 2776 2777 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2770 class PartnerEventSourceAccount < Struct.new( :account, :creation_time, :expiration_time, :state) SENSITIVE = [] include Aws::Structure end |