Class: Aws::SESV2::Types::GetTenantRequest

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

Instance Attribute Details

#tenant_nameString

The name of the tenant to retrieve information about.

Returns:

  • (String)


4611
4612
4613
4614
4615
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4611

class GetTenantRequest < Struct.new(
  :tenant_name)
  SENSITIVE = []
  include Aws::Structure
end