Class: Aws::SSM::Types::GetParameterResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#parameterTypes::Parameter

Information about a parameter.

Returns:



8752
8753
8754
8755
8756
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8752

class GetParameterResult < Struct.new(
  :parameter)
  SENSITIVE = []
  include Aws::Structure
end