Class: Aws::STS::Types::DecodeAuthorizationMessageRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sts/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Method Summary

Methods included from Aws::Structure

#empty?, included, #initialize, #key?, new, #to_h, #to_s

Instance Attribute Details

#encoded_messageString

The encoded message that was returned with the response.

Returns:

  • (String)


969
970
971
972
973
# File 'lib/aws-sdk-sts/types.rb', line 969

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