Class: Aws::Types::IdentityCenterOptionsStatus
- Inherits:
-
Object
- Object
- Aws::Types::IdentityCenterOptionsStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#options ⇒ Types::IdentityCenterOptions
Returns the value of attribute options.
-
#status ⇒ Types::OptionStatus
Returns the value of attribute status.
Instance Attribute Details
#options ⇒ Types::IdentityCenterOptions
Returns the value of attribute options.
1457 1458 1459 |
# File 'sig/types.rbs', line 1457 def @options end |
#status ⇒ Types::OptionStatus
Returns the value of attribute status.
1458 1459 1460 |
# File 'sig/types.rbs', line 1458 def status @status end |