Class: Aws::SESV2::Types::MultiRegionEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::MultiRegionEndpoint
- Defined in:
- gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb
Overview
An object that contains multi-region endpoint (global-endpoint) properties.
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.
-
#regions ⇒ Array<String>
Primary and secondary regions between which multi-region endpoint splits sending traffic.
-
#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.
6455 6456 6457 6458 6459 6460 6461 6462 6463 6464 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6455 class MultiRegionEndpoint < Struct.new( :endpoint_name, :status, :endpoint_id, :regions, :created_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#endpoint_id ⇒ String
The ID of the multi-region endpoint (global-endpoint).
6455 6456 6457 6458 6459 6460 6461 6462 6463 6464 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6455 class MultiRegionEndpoint < Struct.new( :endpoint_name, :status, :endpoint_id, :regions, :created_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#endpoint_name ⇒ String
The name of the multi-region endpoint (global-endpoint).
6455 6456 6457 6458 6459 6460 6461 6462 6463 6464 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6455 class MultiRegionEndpoint < Struct.new( :endpoint_name, :status, :endpoint_id, :regions, :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.
6455 6456 6457 6458 6459 6460 6461 6462 6463 6464 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6455 class MultiRegionEndpoint < Struct.new( :endpoint_name, :status, :endpoint_id, :regions, :created_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#regions ⇒ Array<String>
Primary and secondary regions between which multi-region endpoint splits sending traffic.
6455 6456 6457 6458 6459 6460 6461 6462 6463 6464 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6455 class MultiRegionEndpoint < Struct.new( :endpoint_name, :status, :endpoint_id, :regions, :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.
6455 6456 6457 6458 6459 6460 6461 6462 6463 6464 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6455 class MultiRegionEndpoint < Struct.new( :endpoint_name, :status, :endpoint_id, :regions, :created_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |