Class: Aws::PartnerCentralBenefits::Types::AssociatedResource

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

Overview

Represents an AWS resource that is associated with a benefit application for tracking and management.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) that uniquely identifies the AWS resource.

Returns:

  • (String)


181
182
183
184
185
186
187
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 181

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

#resource_identifierString

The unique identifier of the AWS resource within its service.

Returns:

  • (String)


181
182
183
184
185
186
187
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 181

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

#resource_typeString

The type of AWS resource (e.g., EC2 instance, S3 bucket, Lambda function).

Returns:

  • (String)


181
182
183
184
185
186
187
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 181

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