Class: Aws::Types::NewAsoDetail
- Inherits:
-
Object
- Object
- Aws::Types::NewAsoDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aso ⇒ ::String
Returns the value of attribute aso.
-
#is_new_for_entire_account ⇒ Boolean
Returns the value of attribute is_new_for_entire_account.
Instance Attribute Details
#aso ⇒ ::String
Returns the value of attribute aso.
373 374 375 |
# File 'sig/types.rbs', line 373 def aso @aso end |
#is_new_for_entire_account ⇒ Boolean
Returns the value of attribute is_new_for_entire_account.
374 375 376 |
# File 'sig/types.rbs', line 374 def is_new_for_entire_account @is_new_for_entire_account end |