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

#accountString

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

Returns:

  • (String)


3181
3182
3183
3184
3185
3186
3187
3188
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 3181

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)


3181
3182
3183
3184
3185
3186
3187
3188
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 3181

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)


3181
3182
3183
3184
3185
3186
3187
3188
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 3181

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)


3181
3182
3183
3184
3185
3186
3187
3188
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 3181

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