Class: Aws::EventBridge::Types::PartnerEventSourceAccount

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/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

#account ⇒ String

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

Returns:

  • (String)


3803
3804
3805
3806
3807
3808
3809
3810
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 3803

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.

Returns:

  • (Time)


3803
3804
3805
3806
3807
3808
3809
3810
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 3803

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.

Returns:

  • (Time)


3803
3804
3805
3806
3807
3808
3809
3810
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 3803

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.

Returns:

  • (String)


3803
3804
3805
3806
3807
3808
3809
3810
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 3803

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