Class: Aws::STS::Types::DecodeAuthorizationMessageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::STS::Types::DecodeAuthorizationMessageRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#encoded_message ⇒ String
The encoded message that was returned with the response.
Method Summary
Methods included from Aws::Structure
#empty?, included, #initialize, #key?, new, #to_h, #to_s
Instance Attribute Details
#encoded_message ⇒ String
The encoded message that was returned with the response.
954 955 956 957 958 |
# File 'lib/aws-sdk-sts/types.rb', line 954 class DecodeAuthorizationMessageRequest < Struct.new( :encoded_message) SENSITIVE = [] include Aws::Structure end |