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)


8282
8283
8284
8285
8286
8287
8288
8289
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 8282

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)


8282
8283
8284
8285
8286
8287
8288
8289
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 8282

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)


8282
8283
8284
8285
8286
8287
8288
8289
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 8282

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)


8282
8283
8284
8285
8286
8287
8288
8289
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 8282

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