Class: Aws::Greengrass::Types::ResourceDefinitionVersion
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Greengrass::Types::ResourceDefinitionVersion
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-greengrass/types.rb
 
Overview
Information about a resource definition version.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #resources  ⇒ Array<Types::Resource> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of resources.
 
Instance Attribute Details
#resources ⇒ Array<Types::Resource>
A list of resources.
      4140 4141 4142 4143 4144  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 4140 class ResourceDefinitionVersion < Struct.new( :resources) SENSITIVE = [] include Aws::Structure end  |