Class: Aws::Types::ProviderDescription
- Inherits:
-
Object
- Object
- Aws::Types::ProviderDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
-
#provider_type ⇒ "SAML", ...
Returns the value of attribute provider_type.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
1768 1769 1770 |
# File 'sig/types.rbs', line 1768 def creation_date @creation_date end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
1767 1768 1769 |
# File 'sig/types.rbs', line 1767 def last_modified_date @last_modified_date end |
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
1765 1766 1767 |
# File 'sig/types.rbs', line 1765 def provider_name @provider_name end |
#provider_type ⇒ "SAML", ...
Returns the value of attribute provider_type.
1766 1767 1768 |
# File 'sig/types.rbs', line 1766 def provider_type @provider_type end |