Class: Aws::SSM::Types::Parameter

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

Overview

An Amazon Web Services Systems Manager parameter in Parameter Store.

Constant Summary collapse

SENSITIVE =
[:value]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the parameter.

Returns:

  • (String)


13771
13772
13773
13774
13775
13776
13777
13778
13779
13780
13781
13782
13783
# File 'lib/aws-sdk-ssm/types.rb', line 13771

class Parameter < Struct.new(
  :name,
  :type,
  :value,
  :version,
  :selector,
  :source_result,
  :last_modified_date,
  :arn,
  :data_type)
  SENSITIVE = [:value]
  include Aws::Structure
end

#data_typeString

The data type of the parameter, such as ‘text` or `aws:ec2:image`. The default is `text`.

Returns:

  • (String)


13771
13772
13773
13774
13775
13776
13777
13778
13779
13780
13781
13782
13783
# File 'lib/aws-sdk-ssm/types.rb', line 13771

class Parameter < Struct.new(
  :name,
  :type,
  :value,
  :version,
  :selector,
  :source_result,
  :last_modified_date,
  :arn,
  :data_type)
  SENSITIVE = [:value]
  include Aws::Structure
end

#last_modified_dateTime

Date the parameter was last changed or updated and the parameter version was created.

Returns:

  • (Time)


13771
13772
13773
13774
13775
13776
13777
13778
13779
13780
13781
13782
13783
# File 'lib/aws-sdk-ssm/types.rb', line 13771

class Parameter < Struct.new(
  :name,
  :type,
  :value,
  :version,
  :selector,
  :source_result,
  :last_modified_date,
  :arn,
  :data_type)
  SENSITIVE = [:value]
  include Aws::Structure
end

#nameString

The name of the parameter.

Returns:

  • (String)


13771
13772
13773
13774
13775
13776
13777
13778
13779
13780
13781
13782
13783
# File 'lib/aws-sdk-ssm/types.rb', line 13771

class Parameter < Struct.new(
  :name,
  :type,
  :value,
  :version,
  :selector,
  :source_result,
  :last_modified_date,
  :arn,
  :data_type)
  SENSITIVE = [:value]
  include Aws::Structure
end

#selectorString

Either the version number or the label used to retrieve the parameter value. Specify selectors by using one of the following formats:

parameter_name:version

parameter_name:label

Returns:

  • (String)


13771
13772
13773
13774
13775
13776
13777
13778
13779
13780
13781
13782
13783
# File 'lib/aws-sdk-ssm/types.rb', line 13771

class Parameter < Struct.new(
  :name,
  :type,
  :value,
  :version,
  :selector,
  :source_result,
  :last_modified_date,
  :arn,
  :data_type)
  SENSITIVE = [:value]
  include Aws::Structure
end

#source_resultString

Applies to parameters that reference information in other Amazon Web Services services. ‘SourceResult` is the raw result or response from the source.

Returns:

  • (String)


13771
13772
13773
13774
13775
13776
13777
13778
13779
13780
13781
13782
13783
# File 'lib/aws-sdk-ssm/types.rb', line 13771

class Parameter < Struct.new(
  :name,
  :type,
  :value,
  :version,
  :selector,
  :source_result,
  :last_modified_date,
  :arn,
  :data_type)
  SENSITIVE = [:value]
  include Aws::Structure
end

#typeString

The type of parameter. Valid values include the following: ‘String`, `StringList`, and `SecureString`.

<note markdown=“1”> If type is ‘StringList`, the system returns a comma-separated string with no spaces between commas in the `Value` field.

</note>

Returns:

  • (String)


13771
13772
13773
13774
13775
13776
13777
13778
13779
13780
13781
13782
13783
# File 'lib/aws-sdk-ssm/types.rb', line 13771

class Parameter < Struct.new(
  :name,
  :type,
  :value,
  :version,
  :selector,
  :source_result,
  :last_modified_date,
  :arn,
  :data_type)
  SENSITIVE = [:value]
  include Aws::Structure
end

#valueString

The parameter value.

<note markdown=“1”> If type is ‘StringList`, the system returns a comma-separated string with no spaces between commas in the `Value` field.

</note>

Returns:

  • (String)


13771
13772
13773
13774
13775
13776
13777
13778
13779
13780
13781
13782
13783
# File 'lib/aws-sdk-ssm/types.rb', line 13771

class Parameter < Struct.new(
  :name,
  :type,
  :value,
  :version,
  :selector,
  :source_result,
  :last_modified_date,
  :arn,
  :data_type)
  SENSITIVE = [:value]
  include Aws::Structure
end

#versionInteger

The parameter version.

Returns:

  • (Integer)


13771
13772
13773
13774
13775
13776
13777
13778
13779
13780
13781
13782
13783
# File 'lib/aws-sdk-ssm/types.rb', line 13771

class Parameter < Struct.new(
  :name,
  :type,
  :value,
  :version,
  :selector,
  :source_result,
  :last_modified_date,
  :arn,
  :data_type)
  SENSITIVE = [:value]
  include Aws::Structure
end