Class: Aws::Greengrass::Types::CreateCoreDefinitionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-greengrass/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Returns:

  • (String)


464
465
466
467
468
469
470
471
472
473
474
# File 'lib/aws-sdk-greengrass/types.rb', line 464

class CreateCoreDefinitionResponse < Struct.new(
  :arn,
  :creation_timestamp,
  :id,
  :last_updated_timestamp,
  :latest_version,
  :latest_version_arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timestampString

Returns:

  • (String)


464
465
466
467
468
469
470
471
472
473
474
# File 'lib/aws-sdk-greengrass/types.rb', line 464

class CreateCoreDefinitionResponse < Struct.new(
  :arn,
  :creation_timestamp,
  :id,
  :last_updated_timestamp,
  :latest_version,
  :latest_version_arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#idString

Returns:

  • (String)


464
465
466
467
468
469
470
471
472
473
474
# File 'lib/aws-sdk-greengrass/types.rb', line 464

class CreateCoreDefinitionResponse < Struct.new(
  :arn,
  :creation_timestamp,
  :id,
  :last_updated_timestamp,
  :latest_version,
  :latest_version_arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timestampString

Returns:

  • (String)


464
465
466
467
468
469
470
471
472
473
474
# File 'lib/aws-sdk-greengrass/types.rb', line 464

class CreateCoreDefinitionResponse < Struct.new(
  :arn,
  :creation_timestamp,
  :id,
  :last_updated_timestamp,
  :latest_version,
  :latest_version_arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#latest_versionString

Returns:

  • (String)


464
465
466
467
468
469
470
471
472
473
474
# File 'lib/aws-sdk-greengrass/types.rb', line 464

class CreateCoreDefinitionResponse < Struct.new(
  :arn,
  :creation_timestamp,
  :id,
  :last_updated_timestamp,
  :latest_version,
  :latest_version_arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#latest_version_arnString

Returns:

  • (String)


464
465
466
467
468
469
470
471
472
473
474
# File 'lib/aws-sdk-greengrass/types.rb', line 464

class CreateCoreDefinitionResponse < Struct.new(
  :arn,
  :creation_timestamp,
  :id,
  :last_updated_timestamp,
  :latest_version,
  :latest_version_arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Returns:

  • (String)


464
465
466
467
468
469
470
471
472
473
474
# File 'lib/aws-sdk-greengrass/types.rb', line 464

class CreateCoreDefinitionResponse < Struct.new(
  :arn,
  :creation_timestamp,
  :id,
  :last_updated_timestamp,
  :latest_version,
  :latest_version_arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end