Class: Aws::Types::AccountPoolSummary
- Inherits:
-
Object
- Object
- Aws::Types::AccountPoolSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#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.
-
#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
#created_by ⇒ ::String
Returns the value of attribute created_by.
92 93 94 |
# File 'sig/types.rbs', line 92 def created_by @created_by end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
87 88 89 |
# File 'sig/types.rbs', line 87 def domain_id @domain_id end |
#domain_unit_id ⇒ ::String
Returns the value of attribute domain_unit_id.
91 92 93 |
# File 'sig/types.rbs', line 91 def domain_unit_id @domain_unit_id end |
#id ⇒ ::String
Returns the value of attribute id.
88 89 90 |
# File 'sig/types.rbs', line 88 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
89 90 91 |
# File 'sig/types.rbs', line 89 def name @name end |
#resolution_strategy ⇒ "MANUAL"
Returns the value of attribute resolution_strategy.
90 91 92 |
# File 'sig/types.rbs', line 90 def resolution_strategy @resolution_strategy end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
93 94 95 |
# File 'sig/types.rbs', line 93 def updated_by @updated_by end |