Class: Aws::SSM::Types::GetParameterResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetParameterResult
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#parameter ⇒ Types::Parameter
Information about a parameter.
Instance Attribute Details
#parameter ⇒ Types::Parameter
Information about a parameter.
9009 9010 9011 9012 9013 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 9009 class GetParameterResult < Struct.new( :parameter) SENSITIVE = [] include Aws::Structure end |