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.
      1510 1511 1512 1513 1514  | 
    
      # File 'lib/aws-sdk-resourcegroups/types.rb', line 1510 class ResourceStatus < Struct.new( :name) SENSITIVE = [] include Aws::Structure end  |