Class: Aws::Types::IdentityProviderDetails
- Inherits:
-
Object
- Object
- Aws::Types::IdentityProviderDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#function ⇒ ::String
Returns the value of attribute function.
-
#invocation_role ⇒ ::String
Returns the value of attribute invocation_role.
-
#sftp_authentication_methods ⇒ "PASSWORD", ...
Returns the value of attribute sftp_authentication_methods.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
755 756 757 |
# File 'sig/types.rbs', line 755 def directory_id @directory_id end |
#function ⇒ ::String
Returns the value of attribute function.
756 757 758 |
# File 'sig/types.rbs', line 756 def function @function end |
#invocation_role ⇒ ::String
Returns the value of attribute invocation_role.
754 755 756 |
# File 'sig/types.rbs', line 754 def invocation_role @invocation_role end |
#sftp_authentication_methods ⇒ "PASSWORD", ...
Returns the value of attribute sftp_authentication_methods.
757 758 759 |
# File 'sig/types.rbs', line 757 def sftp_authentication_methods @sftp_authentication_methods end |
#url ⇒ ::String
Returns the value of attribute url.
753 754 755 |
# File 'sig/types.rbs', line 753 def url @url end |