Class: Aws::SESV2::Types::ResourceTenantMetadata

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

Overview

A structure that contains information about a tenant associated with a resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associated_timestampTime

The date and time when the resource was associated with the tenant.

Returns:

  • (Time)


7602
7603
7604
7605
7606
7607
7608
7609
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7602

class ResourceTenantMetadata < Struct.new(
  :tenant_name,
  :tenant_id,
  :resource_arn,
  :associated_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


7602
7603
7604
7605
7606
7607
7608
7609
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7602

class ResourceTenantMetadata < Struct.new(
  :tenant_name,
  :tenant_id,
  :resource_arn,
  :associated_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#tenant_idString

A unique identifier for the tenant associated with the resource.

Returns:

  • (String)


7602
7603
7604
7605
7606
7607
7608
7609
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7602

class ResourceTenantMetadata < Struct.new(
  :tenant_name,
  :tenant_id,
  :resource_arn,
  :associated_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#tenant_nameString

The name of the tenant associated with the resource.

Returns:

  • (String)


7602
7603
7604
7605
7606
7607
7608
7609
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7602

class ResourceTenantMetadata < Struct.new(
  :tenant_name,
  :tenant_id,
  :resource_arn,
  :associated_timestamp)
  SENSITIVE = []
  include Aws::Structure
end