Class: Aws::SESV2::Types::Tenant

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

Overview

A structure that contains details about a tenant.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestamp ⇒ Time

The date and time when the tenant was created.

Returns:

  • (Time)


9048
9049
9050
9051
9052
9053
9054
9055
9056
9057
9058
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 9048

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

#sending_status ⇒ String

The status of sending capability for the tenant.

Returns:

  • (String)


9048
9049
9050
9051
9052
9053
9054
9055
9056
9057
9058
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 9048

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

#suppression_attributes ⇒ Types::TenantSuppressionAttributes

An object that contains information about the suppression list preferences for the tenant.



9048
9049
9050
9051
9052
9053
9054
9055
9056
9057
9058
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 9048

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

#tags ⇒ Array<Types::Tag>

An array of objects that define the tags (keys and values) associated with the tenant.

Returns:



9048
9049
9050
9051
9052
9053
9054
9055
9056
9057
9058
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 9048

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

#tenant_arn ⇒ String

The Amazon Resource Name (ARN) of the tenant.

Returns:

  • (String)


9048
9049
9050
9051
9052
9053
9054
9055
9056
9057
9058
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 9048

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

#tenant_id ⇒ String

A unique identifier for the tenant.

Returns:

  • (String)


9048
9049
9050
9051
9052
9053
9054
9055
9056
9057
9058
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 9048

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

#tenant_name ⇒ String

The name of the tenant.

Returns:

  • (String)


9048
9049
9050
9051
9052
9053
9054
9055
9056
9057
9058
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 9048

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