Class: Aws::SESV2::Types::GetMultiRegionEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::GetMultiRegionEndpointResponse
- 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
-
#created_timestamp ⇒ Time
The time stamp of when the multi-region endpoint (global-endpoint) was created.
-
#endpoint_id ⇒ String
The ID of the multi-region endpoint (global-endpoint).
-
#endpoint_name ⇒ String
The name of the multi-region endpoint (global-endpoint).
-
#last_updated_timestamp ⇒ Time
The time stamp of when the multi-region endpoint (global-endpoint) was last updated.
-
#routes ⇒ Array<Types::Route>
Contains routes information for the multi-region endpoint (global-endpoint).
-
#status ⇒ String
The status of the multi-region endpoint (global-endpoint).
Instance Attribute Details
#created_timestamp ⇒ Time
The time stamp of when the multi-region endpoint (global-endpoint) was created.
4596 4597 4598 4599 4600 4601 4602 4603 4604 4605 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4596 class GetMultiRegionEndpointResponse < Struct.new( :endpoint_name, :endpoint_id, :routes, :status, :created_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#endpoint_id ⇒ String
The ID of the multi-region endpoint (global-endpoint).
4596 4597 4598 4599 4600 4601 4602 4603 4604 4605 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4596 class GetMultiRegionEndpointResponse < Struct.new( :endpoint_name, :endpoint_id, :routes, :status, :created_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#endpoint_name ⇒ String
The name of the multi-region endpoint (global-endpoint).
4596 4597 4598 4599 4600 4601 4602 4603 4604 4605 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4596 class GetMultiRegionEndpointResponse < Struct.new( :endpoint_name, :endpoint_id, :routes, :status, :created_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#last_updated_timestamp ⇒ Time
The time stamp of when the multi-region endpoint (global-endpoint) was last updated.
4596 4597 4598 4599 4600 4601 4602 4603 4604 4605 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4596 class GetMultiRegionEndpointResponse < Struct.new( :endpoint_name, :endpoint_id, :routes, :status, :created_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#routes ⇒ Array<Types::Route>
Contains routes information for the multi-region endpoint (global-endpoint).
4596 4597 4598 4599 4600 4601 4602 4603 4604 4605 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4596 class GetMultiRegionEndpointResponse < Struct.new( :endpoint_name, :endpoint_id, :routes, :status, :created_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
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.
4596 4597 4598 4599 4600 4601 4602 4603 4604 4605 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4596 class GetMultiRegionEndpointResponse < Struct.new( :endpoint_name, :endpoint_id, :routes, :status, :created_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |