Class: Aws::Types::GetAccountPoolOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetAccountPoolOutput
- 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.
2486 2487 2488 |
# File 'sig/types.rbs', line 2486 def account_source @account_source end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2488 2489 2490 |
# File 'sig/types.rbs', line 2488 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
2487 2488 2489 |
# File 'sig/types.rbs', line 2487 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
2484 2485 2486 |
# File 'sig/types.rbs', line 2484 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
2481 2482 2483 |
# File 'sig/types.rbs', line 2481 def domain_id @domain_id end |
#domain_unit_id ⇒ ::String
Returns the value of attribute domain_unit_id.
2491 2492 2493 |
# File 'sig/types.rbs', line 2491 def domain_unit_id @domain_unit_id end |
#id ⇒ ::String
Returns the value of attribute id.
2483 2484 2485 |
# File 'sig/types.rbs', line 2483 def id @id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
2489 2490 2491 |
# File 'sig/types.rbs', line 2489 def last_updated_at @last_updated_at end |
#name ⇒ ::String
Returns the value of attribute name.
2482 2483 2484 |
# File 'sig/types.rbs', line 2482 def name @name end |
#resolution_strategy ⇒ "MANUAL"
Returns the value of attribute resolution_strategy.
2485 2486 2487 |
# File 'sig/types.rbs', line 2485 def resolution_strategy @resolution_strategy end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
2490 2491 2492 |
# File 'sig/types.rbs', line 2490 def updated_by @updated_by end |