Class: Aws::Types::UpdateAccountPoolOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAccountPoolOutput
- 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.
6379 6380 6381 |
# File 'sig/types.rbs', line 6379 def account_source @account_source end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
6381 6382 6383 |
# File 'sig/types.rbs', line 6381 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
6380 6381 6382 |
# File 'sig/types.rbs', line 6380 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
6377 6378 6379 |
# File 'sig/types.rbs', line 6377 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
6374 6375 6376 |
# File 'sig/types.rbs', line 6374 def domain_id @domain_id end |
#domain_unit_id ⇒ ::String
Returns the value of attribute domain_unit_id.
6384 6385 6386 |
# File 'sig/types.rbs', line 6384 def domain_unit_id @domain_unit_id end |
#id ⇒ ::String
Returns the value of attribute id.
6376 6377 6378 |
# File 'sig/types.rbs', line 6376 def id @id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
6382 6383 6384 |
# File 'sig/types.rbs', line 6382 def last_updated_at @last_updated_at end |
#name ⇒ ::String
Returns the value of attribute name.
6375 6376 6377 |
# File 'sig/types.rbs', line 6375 def name @name end |
#resolution_strategy ⇒ "MANUAL"
Returns the value of attribute resolution_strategy.
6378 6379 6380 |
# File 'sig/types.rbs', line 6378 def resolution_strategy @resolution_strategy end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
6383 6384 6385 |
# File 'sig/types.rbs', line 6383 def updated_by @updated_by end |