Class: Aws::SESV2::Types::GetTenantResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::GetTenantResponse
- Defined in:
- gems/aws-sdk-sesv2/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.
4478 4479 4480 4481 4482 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4478 class GetTenantResponse < Struct.new( :tenant) SENSITIVE = [] include Aws::Structure end |