Class: Aws::SESV2::Types::GetTenantRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::GetTenantRequest
- Defined in:
- gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb
Overview
Represents a request to get information about a specific tenant.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tenant_name ⇒ String
The name of the tenant to retrieve information about.
Instance Attribute Details
#tenant_name ⇒ String
The name of the tenant to retrieve information about.
4464 4465 4466 4467 4468 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4464 class GetTenantRequest < Struct.new( :tenant_name) SENSITIVE = [] include Aws::Structure end |