Class: Aws::Greengrass::Types::CreateResourceDefinitionVersionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Greengrass::Types::CreateResourceDefinitionVersionResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-greengrass/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#arn ⇒ String
      1127 1128 1129 1130 1131 1132 1133 1134  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 1127 class CreateResourceDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :id, :version) SENSITIVE = [] include Aws::Structure end  | 
  
#creation_timestamp ⇒ String
      1127 1128 1129 1130 1131 1132 1133 1134  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 1127 class CreateResourceDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :id, :version) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
      1127 1128 1129 1130 1131 1132 1133 1134  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 1127 class CreateResourceDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :id, :version) SENSITIVE = [] include Aws::Structure end  | 
  
#version ⇒ String
      1127 1128 1129 1130 1131 1132 1133 1134  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 1127 class CreateResourceDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :id, :version) SENSITIVE = [] include Aws::Structure end  |