Class: Aws::Types::UpdateAccountPoolInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAccountPoolInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_source ⇒ Types::AccountSource
Returns the value of attribute account_source.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resolution_strategy ⇒ "MANUAL"
Returns the value of attribute resolution_strategy.
Instance Attribute Details
#account_source ⇒ Types::AccountSource
Returns the value of attribute account_source.
6369 6370 6371 |
# File 'sig/types.rbs', line 6369 def account_source @account_source end |
#description ⇒ ::String
Returns the value of attribute description.
6367 6368 6369 |
# File 'sig/types.rbs', line 6367 def description @description end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
6364 6365 6366 |
# File 'sig/types.rbs', line 6364 def domain_identifier @domain_identifier end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
6365 6366 6367 |
# File 'sig/types.rbs', line 6365 def identifier @identifier end |
#name ⇒ ::String
Returns the value of attribute name.
6366 6367 6368 |
# File 'sig/types.rbs', line 6366 def name @name end |
#resolution_strategy ⇒ "MANUAL"
Returns the value of attribute resolution_strategy.
6368 6369 6370 |
# File 'sig/types.rbs', line 6368 def resolution_strategy @resolution_strategy end |