Class: Aws::Types::CreateAccountPoolOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateAccountPoolOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_source ⇒ Types::AccountSource
Returns the value of attribute account_source.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#domain_unit_id ⇒ ::String
Returns the value of attribute domain_unit_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resolution_strategy ⇒ "MANUAL"
Returns the value of attribute resolution_strategy.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
Instance Attribute Details
#account_source ⇒ Types::AccountSource
Returns the value of attribute account_source.
809 810 811 |
# File 'sig/types.rbs', line 809 def account_source @account_source end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
811 812 813 |
# File 'sig/types.rbs', line 811 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
810 811 812 |
# File 'sig/types.rbs', line 810 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
807 808 809 |
# File 'sig/types.rbs', line 807 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
804 805 806 |
# File 'sig/types.rbs', line 804 def domain_id @domain_id end |
#domain_unit_id ⇒ ::String
Returns the value of attribute domain_unit_id.
814 815 816 |
# File 'sig/types.rbs', line 814 def domain_unit_id @domain_unit_id end |
#id ⇒ ::String
Returns the value of attribute id.
806 807 808 |
# File 'sig/types.rbs', line 806 def id @id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
812 813 814 |
# File 'sig/types.rbs', line 812 def last_updated_at @last_updated_at end |
#name ⇒ ::String
Returns the value of attribute name.
805 806 807 |
# File 'sig/types.rbs', line 805 def name @name end |
#resolution_strategy ⇒ "MANUAL"
Returns the value of attribute resolution_strategy.
808 809 810 |
# File 'sig/types.rbs', line 808 def resolution_strategy @resolution_strategy end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
813 814 815 |
# File 'sig/types.rbs', line 813 def updated_by @updated_by end |