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.
1800 1801 1802 |
# File 'sig/types.rbs', line 1800 def creation_date @creation_date end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
1799 1800 1801 |
# File 'sig/types.rbs', line 1799 def last_modified_date @last_modified_date end |
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
1797 1798 1799 |
# File 'sig/types.rbs', line 1797 def provider_name @provider_name end |
#provider_type ⇒ "SAML", ...
Returns the value of attribute provider_type.
1798 1799 1800 |
# File 'sig/types.rbs', line 1798 def provider_type @provider_type end |