Class: Aws::SESV2::Types::GetMultiRegionEndpointResponse

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

Overview

An HTTP 200 response if the request succeeds, or an error message if the request fails.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestampTime

The time stamp of when the multi-region endpoint (global-endpoint) was created.

Returns:

  • (Time)

4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4131

class GetMultiRegionEndpointResponse < Struct.new(
  :endpoint_name,
  :endpoint_id,
  :routes,
  :status,
  :created_timestamp,
  :last_updated_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_idString

The ID of the multi-region endpoint (global-endpoint).

Returns:

  • (String)

4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4131

class GetMultiRegionEndpointResponse < Struct.new(
  :endpoint_name,
  :endpoint_id,
  :routes,
  :status,
  :created_timestamp,
  :last_updated_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_nameString

The name of the multi-region endpoint (global-endpoint).

Returns:

  • (String)

4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4131

class GetMultiRegionEndpointResponse < Struct.new(
  :endpoint_name,
  :endpoint_id,
  :routes,
  :status,
  :created_timestamp,
  :last_updated_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timestampTime

The time stamp of when the multi-region endpoint (global-endpoint) was last updated.

Returns:

  • (Time)

4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4131

class GetMultiRegionEndpointResponse < Struct.new(
  :endpoint_name,
  :endpoint_id,
  :routes,
  :status,
  :created_timestamp,
  :last_updated_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#routesArray<Types::Route>

Contains routes information for the multi-region endpoint (global-endpoint).

Returns:


4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4131

class GetMultiRegionEndpointResponse < Struct.new(
  :endpoint_name,
  :endpoint_id,
  :routes,
  :status,
  :created_timestamp,
  :last_updated_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the multi-region endpoint (global-endpoint).

  • CREATING – The resource is being provisioned.

  • READY – The resource is ready to use.

  • FAILED – The resource failed to be provisioned.

  • DELETING – The resource is being deleted as requested.

Returns:

  • (String)

4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4131

class GetMultiRegionEndpointResponse < Struct.new(
  :endpoint_name,
  :endpoint_id,
  :routes,
  :status,
  :created_timestamp,
  :last_updated_timestamp)
  SENSITIVE = []
  include Aws::Structure
end