Class: Aws::Greengrass::Types::GetGroupVersionResponse

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

Overview

Information about a group version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the group version.

Returns:

  • (String)


2641
2642
2643
2644
2645
2646
2647
2648
2649
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2641

class GetGroupVersionResponse < Struct.new(
  :arn,
  :creation_timestamp,
  :definition,
  :id,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timestampString

The time, in milliseconds since the epoch, when the group version was created.

Returns:

  • (String)


2641
2642
2643
2644
2645
2646
2647
2648
2649
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2641

class GetGroupVersionResponse < Struct.new(
  :arn,
  :creation_timestamp,
  :definition,
  :id,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#definitionTypes::GroupVersion

Information about the group version definition.

Returns:



2641
2642
2643
2644
2645
2646
2647
2648
2649
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2641

class GetGroupVersionResponse < Struct.new(
  :arn,
  :creation_timestamp,
  :definition,
  :id,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the group that the version is associated with.

Returns:

  • (String)


2641
2642
2643
2644
2645
2646
2647
2648
2649
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2641

class GetGroupVersionResponse < Struct.new(
  :arn,
  :creation_timestamp,
  :definition,
  :id,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The ID of the group version.

Returns:

  • (String)


2641
2642
2643
2644
2645
2646
2647
2648
2649
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2641

class GetGroupVersionResponse < Struct.new(
  :arn,
  :creation_timestamp,
  :definition,
  :id,
  :version)
  SENSITIVE = []
  include Aws::Structure
end