Class: Aws::SESV2::Types::TenantResource

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 resource associated with a tenant.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the resource associated with the tenant.

Returns:

  • (String)


8306
8307
8308
8309
8310
8311
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 8306

class TenantResource < Struct.new(
  :resource_type,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of resource associated with the tenant. Valid values are EMAIL_IDENTITY, CONFIGURATION_SET, or EMAIL_TEMPLATE.

Returns:

  • (String)


8306
8307
8308
8309
8310
8311
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 8306

class TenantResource < Struct.new(
  :resource_type,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end