Class: Aws::ResourceGroups::Types::PendingResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroups::Types::PendingResource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourcegroups/types.rb
Overview
A structure that identifies a resource that is currently pending addition to the group as a member. Adding a resource to a resource group happens asynchronously as a background task and this one isn’t completed yet.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon resource name (ARN) of the resource that’s in a pending state.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon resource name (ARN) of the resource that’s in a pending state.
1266 1267 1268 1269 1270 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 1266 class PendingResource < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |