Class: Aws::SESV2::Types::GetTenantResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::GetTenantResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sesv2/types.rb
Overview
Information about a specific tenant.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tenant ⇒ Types::Tenant
A structure that contains details about the tenant.
Instance Attribute Details
#tenant ⇒ Types::Tenant
A structure that contains details about the tenant.
4655 4656 4657 4658 4659 |
# File 'lib/aws-sdk-sesv2/types.rb', line 4655 class GetTenantResponse < Struct.new( :tenant) SENSITIVE = [] include Aws::Structure end |