Class: Aws::Greengrass::Types::GetSubscriptionDefinitionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Returns:

  • (String)


2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2918

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

#creation_timestampString

Returns:

  • (String)


2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2918

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

#idString

Returns:

  • (String)


2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2918

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

#last_updated_timestampString

Returns:

  • (String)


2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2918

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

#latest_versionString

Returns:

  • (String)


2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2918

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

#latest_version_arnString

Returns:

  • (String)


2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2918

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

#nameString

Returns:

  • (String)


2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2918

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

#tagsHash<String,String>

The key-value pair for the resource tag.

Returns:

  • (Hash<String,String>)


2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2918

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