Class: Aws::ResourceGroups::Types::ResourceStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroups::Types::ResourceStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourcegroups/types.rb
Overview
A structure that identifies the current group membership status for a resource. Adding a resource to a resource group is performed asynchronously as a background task. A ‘PENDING` status indicates, for this resource, that the process isn’t completed yet.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The current status.
Instance Attribute Details
#name ⇒ String
The current status.
1507 1508 1509 1510 1511 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 1507 class ResourceStatus < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |