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)


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