Class: Aws::SESV2::Types::TenantInfo

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb

Overview

A structure that contains basic information about a tenant.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestampTime

The date and time when the tenant was created.

Returns:

  • (Time)


8339
8340
8341
8342
8343
8344
8345
8346
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 8339

class TenantInfo < Struct.new(
  :tenant_name,
  :tenant_id,
  :tenant_arn,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#tenant_arnString

The Amazon Resource Name (ARN) of the tenant.

Returns:

  • (String)


8339
8340
8341
8342
8343
8344
8345
8346
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 8339

class TenantInfo < Struct.new(
  :tenant_name,
  :tenant_id,
  :tenant_arn,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#tenant_idString

A unique identifier for the tenant.

Returns:

  • (String)


8339
8340
8341
8342
8343
8344
8345
8346
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 8339

class TenantInfo < Struct.new(
  :tenant_name,
  :tenant_id,
  :tenant_arn,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#tenant_nameString

The name of the tenant.

Returns:

  • (String)


8339
8340
8341
8342
8343
8344
8345
8346
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 8339

class TenantInfo < Struct.new(
  :tenant_name,
  :tenant_id,
  :tenant_arn,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end