Class: Aws::EventBridge::Types::DescribeEventSourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The ARN of the partner event source.

Returns:

  • (String)


2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2143

class DescribeEventSourceResponse < Struct.new(
  :arn,
  :created_by,
  :creation_time,
  :expiration_time,
  :name,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#created_by ⇒ String

The name of the SaaS partner that created the event source.

Returns:

  • (String)


2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2143

class DescribeEventSourceResponse < Struct.new(
  :arn,
  :created_by,
  :creation_time,
  :expiration_time,
  :name,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#creation_time ⇒ Time

The date and time that the event source was created.

Returns:

  • (Time)


2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2143

class DescribeEventSourceResponse < Struct.new(
  :arn,
  :created_by,
  :creation_time,
  :expiration_time,
  :name,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#expiration_time ⇒ Time

The date and time that the event source will expire if you do not create a matching event bus.

Returns:

  • (Time)


2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2143

class DescribeEventSourceResponse < Struct.new(
  :arn,
  :created_by,
  :creation_time,
  :expiration_time,
  :name,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#name ⇒ String

The name of the partner event source.

Returns:

  • (String)


2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2143

class DescribeEventSourceResponse < Struct.new(
  :arn,
  :created_by,
  :creation_time,
  :expiration_time,
  :name,
  :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)


2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2143

class DescribeEventSourceResponse < Struct.new(
  :arn,
  :created_by,
  :creation_time,
  :expiration_time,
  :name,
  :state)
  SENSITIVE = []
  include Aws::Structure
end