Class: Aws::EventBridgeV2::Types::CreateEventSourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time ⇒ Time

The time the EventSource was created.

Returns:

  • (Time)


344
345
346
347
348
349
350
351
352
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 344

class CreateEventSourceResponse < Struct.new(
  :event_source_arn,
  :name,
  :event_bus_arn,
  :state,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#event_bus_arn ⇒ String

The Amazon Resource Name (ARN) that uniquely identifies an event bus.

Returns:

  • (String)


344
345
346
347
348
349
350
351
352
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 344

class CreateEventSourceResponse < Struct.new(
  :event_source_arn,
  :name,
  :event_bus_arn,
  :state,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#event_source_arn ⇒ String

EventSource ARN: event-sourcev2///. The type segment is set by the service (aws.service for AWS service events, aws.partner for partner events) and is not part of the resource's name. The id segment is a 25-character identifier generated by the service.

Returns:

  • (String)


344
345
346
347
348
349
350
351
352
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 344

class CreateEventSourceResponse < Struct.new(
  :event_source_arn,
  :name,
  :event_bus_arn,
  :state,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#name ⇒ String

EventSource name. First character alphanumeric; the rest may add '.', '-', '_'. Names may not begin with the reserved "aws." prefix. The grammar matches the ARN local-name segment in EventSourceArn (event-sourcev2///), mirroring EventBusName, so a name the ARN cannot represent cannot be created.

Returns:

  • (String)


344
345
346
347
348
349
350
351
352
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 344

class CreateEventSourceResponse < Struct.new(
  :event_source_arn,
  :name,
  :event_bus_arn,
  :state,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#state ⇒ String

Lifecycle state of an EventSource. Revocation is reported by the Revoked flag.

Returns:

  • (String)


344
345
346
347
348
349
350
351
352
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 344

class CreateEventSourceResponse < Struct.new(
  :event_source_arn,
  :name,
  :event_bus_arn,
  :state,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end