Class: Aws::SSOAdmin::Types::IamAuthenticationMethod

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb

Overview

A structure that describes details for authentication that uses IAM.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actor_policyHash, ...

An IAM policy document in JSON.

Returns:

  • (Hash, Array, String, Numeric, Boolean)


2076
2077
2078
2079
2080
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 2076

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