Class: Aws::PartnerCentralBenefits::Types::AssociatedResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralBenefits::Types::AssociatedResource
- 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
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies the AWS resource.
-
#resource_identifier ⇒ String
The unique identifier of the AWS resource within its service.
-
#resource_type ⇒ String
The type of AWS resource (e.g., EC2 instance, S3 bucket, Lambda function).
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies the AWS resource.
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_identifier ⇒ String
The unique identifier of the AWS resource within its service.
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_type ⇒ String
The type of AWS resource (e.g., EC2 instance, S3 bucket, Lambda function).
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 |