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
show all
Defined in:
(unknown)

Overview

The ARN of a resource, and its resource type.

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The ARN of a resource.

Returns:

  • (String)

    The ARN of a resource.

#resource_typeString

The resource type of a resource, such as AWS::EC2::Instance.

Returns:

  • (String)

    The resource type of a resource, such as AWS::EC2::Instance.