Class: Aws::SESV2::Types::CreateMultiRegionEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::CreateMultiRegionEndpointRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sesv2/types.rb
Overview
Represents a request to create a multi-region endpoint (global-endpoint).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#details ⇒ Types::Details
Contains details of a multi-region endpoint (global-endpoint) being created.
-
#endpoint_name ⇒ String
The name of the multi-region endpoint (global-endpoint).
-
#tags ⇒ Array<Types::Tag>
An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).
Instance Attribute Details
#details ⇒ Types::Details
Contains details of a multi-region endpoint (global-endpoint) being created.
1232 1233 1234 1235 1236 1237 1238 |
# File 'lib/aws-sdk-sesv2/types.rb', line 1232 class CreateMultiRegionEndpointRequest < Struct.new( :endpoint_name, :details, :tags) SENSITIVE = [] include Aws::Structure end |
#endpoint_name ⇒ String
The name of the multi-region endpoint (global-endpoint).
1232 1233 1234 1235 1236 1237 1238 |
# File 'lib/aws-sdk-sesv2/types.rb', line 1232 class CreateMultiRegionEndpointRequest < Struct.new( :endpoint_name, :details, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).
1232 1233 1234 1235 1236 1237 1238 |
# File 'lib/aws-sdk-sesv2/types.rb', line 1232 class CreateMultiRegionEndpointRequest < Struct.new( :endpoint_name, :details, :tags) SENSITIVE = [] include Aws::Structure end |