Class: Aws::ConfigService::Types::ResourceValue
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ConfigService::Types::ResourceValue
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-configservice/types.rb
 
Overview
The dynamic value of the resource.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The value is a resource ID.
 
Instance Attribute Details
#value ⇒ String
The value is a resource ID.
      8152 8153 8154 8155 8156  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 8152 class ResourceValue < Struct.new( :value) SENSITIVE = [] include Aws::Structure end  |