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.
905 906 907 |
# File 'sig/types.rbs', line 905 def assertion_encryption_mode @assertion_encryption_mode end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
902 903 904 |
# File 'sig/types.rbs', line 902 def create_date @create_date end |
#private_key_list ⇒ ::Array[Types::SAMLPrivateKey]
Returns the value of attribute private_key_list.
906 907 908 |
# File 'sig/types.rbs', line 906 def private_key_list @private_key_list end |
#saml_metadata_document ⇒ ::String
Returns the value of attribute saml_metadata_document.
901 902 903 |
# File 'sig/types.rbs', line 901 def @saml_metadata_document end |
#saml_provider_uuid ⇒ ::String
Returns the value of attribute saml_provider_uuid.
900 901 902 |
# File 'sig/types.rbs', line 900 def saml_provider_uuid @saml_provider_uuid end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
904 905 906 |
# File 'sig/types.rbs', line 904 def @tags end |
#valid_until ⇒ ::Time
Returns the value of attribute valid_until.
903 904 905 |
# File 'sig/types.rbs', line 903 def valid_until @valid_until end |