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)


7403
7404
7405
7406
7407
7408
7409
7410
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7403

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)


7403
7404
7405
7406
7407
7408
7409
7410
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7403

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)


7403
7404
7405
7406
7407
7408
7409
7410
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7403

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)


7403
7404
7405
7406
7407
7408
7409
7410
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7403

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