Class: Aws::ConfigService::Types::StaticValue
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ConfigService::Types::StaticValue
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-configservice/types.rb
 
Overview
The static value of the resource.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #values  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of values.
 
Instance Attribute Details
#values ⇒ Array<String>
A list of values. For example, the ARN of the assumed role.
      8630 8631 8632 8633 8634  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 8630 class StaticValue < Struct.new( :values) SENSITIVE = [] include Aws::Structure end  |