Class: Aws::Types::IdentityProviderSummary
- Inherits:
-
Object
- Object
- Aws::Types::IdentityProviderSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
-
#identity_provider ⇒ Types::IdentityProvider
Returns the value of attribute identity_provider.
-
#identity_provider_arn ⇒ ::String
Returns the value of attribute identity_provider_arn.
-
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
-
#product ⇒ ::String
Returns the value of attribute product.
-
#settings ⇒ Types::Settings
Returns the value of attribute settings.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
142 143 144 |
# File 'sig/types.rbs', line 142 def @failure_message end |
#identity_provider ⇒ Types::IdentityProvider
Returns the value of attribute identity_provider.
137 138 139 |
# File 'sig/types.rbs', line 137 def identity_provider @identity_provider end |
#identity_provider_arn ⇒ ::String
Returns the value of attribute identity_provider_arn.
141 142 143 |
# File 'sig/types.rbs', line 141 def identity_provider_arn @identity_provider_arn end |
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
143 144 145 |
# File 'sig/types.rbs', line 143 def owner_account_id @owner_account_id end |
#product ⇒ ::String
Returns the value of attribute product.
139 140 141 |
# File 'sig/types.rbs', line 139 def product @product end |
#settings ⇒ Types::Settings
Returns the value of attribute settings.
138 139 140 |
# File 'sig/types.rbs', line 138 def settings @settings end |
#status ⇒ ::String
Returns the value of attribute status.
140 141 142 |
# File 'sig/types.rbs', line 140 def status @status end |