Class: Aws::SESV2::Types::GetTenantResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#tenantTypes::Tenant

A structure that contains details about the tenant.

Returns:



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