You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ResourceGroups::Types::ResourceIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroups::Types::ResourceIdentifier
- Defined in:
- (unknown)
Overview
The ARN of a resource, and its resource type.
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of a resource.
-
#resource_type ⇒ String
The resource type of a resource, such as
AWS::EC2::Instance
.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of a resource.
#resource_type ⇒ String
The resource type of a resource, such as AWS::EC2::Instance
.