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:



9145
9146
9147
9148
9149
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 9145

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