Class: Aws::SSM::Types::GetParameterResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetParameterResult
- Includes:
- Aws::Structure
- Defined in:
- 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.
8786 8787 8788 8789 8790 |
# File 'lib/aws-sdk-ssm/types.rb', line 8786 class GetParameterResult < Struct.new( :parameter) SENSITIVE = [] include Aws::Structure end |