Class: Aws::Types::CreateAccountPoolInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateAccountPoolInput
- 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.
-
#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.
799 800 801 |
# File 'sig/types.rbs', line 799 def account_source @account_source end |
#description ⇒ ::String
Returns the value of attribute description.
797 798 799 |
# File 'sig/types.rbs', line 797 def description @description end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
795 796 797 |
# File 'sig/types.rbs', line 795 def domain_identifier @domain_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
796 797 798 |
# File 'sig/types.rbs', line 796 def name @name end |
#resolution_strategy ⇒ "MANUAL"
Returns the value of attribute resolution_strategy.
798 799 800 |
# File 'sig/types.rbs', line 798 def resolution_strategy @resolution_strategy end |