Class: Aws::Types::GetSAMLProviderResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSAMLProviderResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assertion_encryption_mode ⇒ "Required", "Allowed"
Returns the value of attribute assertion_encryption_mode.
-
#create_date ⇒ ::Time
Returns the value of attribute create_date.
-
#private_key_list ⇒ ::Array[Types::SAMLPrivateKey]
Returns the value of attribute private_key_list.
-
#saml_metadata_document ⇒ ::String
Returns the value of attribute saml_metadata_document.
-
#saml_provider_uuid ⇒ ::String
Returns the value of attribute saml_provider_uuid.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#valid_until ⇒ ::Time
Returns the value of attribute valid_until.
Instance Attribute Details
#assertion_encryption_mode ⇒ "Required", "Allowed"
Returns the value of attribute assertion_encryption_mode.
936 937 938 |
# File 'sig/types.rbs', line 936 def assertion_encryption_mode @assertion_encryption_mode end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
933 934 935 |
# File 'sig/types.rbs', line 933 def create_date @create_date end |
#private_key_list ⇒ ::Array[Types::SAMLPrivateKey]
Returns the value of attribute private_key_list.
937 938 939 |
# File 'sig/types.rbs', line 937 def private_key_list @private_key_list end |
#saml_metadata_document ⇒ ::String
Returns the value of attribute saml_metadata_document.
932 933 934 |
# File 'sig/types.rbs', line 932 def @saml_metadata_document end |
#saml_provider_uuid ⇒ ::String
Returns the value of attribute saml_provider_uuid.
931 932 933 |
# File 'sig/types.rbs', line 931 def saml_provider_uuid @saml_provider_uuid end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
935 936 937 |
# File 'sig/types.rbs', line 935 def @tags end |
#valid_until ⇒ ::Time
Returns the value of attribute valid_until.
934 935 936 |
# File 'sig/types.rbs', line 934 def valid_until @valid_until end |