Class: Aws::Greengrass::Types::CreateCoreDefinitionVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::CreateCoreDefinitionVersionResponse
- Defined in:
- gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#arn ⇒ String
509 510 511 512 513 514 515 516 |
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 509 class CreateCoreDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :id, :version) SENSITIVE = [] include Aws::Structure end |
#creation_timestamp ⇒ String
509 510 511 512 513 514 515 516 |
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 509 class CreateCoreDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :id, :version) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
509 510 511 512 513 514 515 516 |
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 509 class CreateCoreDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :id, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
509 510 511 512 513 514 515 516 |
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 509 class CreateCoreDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :id, :version) SENSITIVE = [] include Aws::Structure end |