Class: Aws::DataZone::Types::SingleSignOn
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::SingleSignOn
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The single sign-on details in Amazon DataZone.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ String
The type of single sign-on in Amazon DataZone.
-
#user_assignment ⇒ String
The single sign-on user assignment in Amazon DataZone.
Instance Attribute Details
#type ⇒ String
The type of single sign-on in Amazon DataZone.
14078 14079 14080 14081 14082 14083 |
# File 'lib/aws-sdk-datazone/types.rb', line 14078 class SingleSignOn < Struct.new( :type, :user_assignment) SENSITIVE = [] include Aws::Structure end |
#user_assignment ⇒ String
The single sign-on user assignment in Amazon DataZone.
14078 14079 14080 14081 14082 14083 |
# File 'lib/aws-sdk-datazone/types.rb', line 14078 class SingleSignOn < Struct.new( :type, :user_assignment) SENSITIVE = [] include Aws::Structure end |