Class: Aws::Types::CognitoOptionsStatus
- Inherits:
-
Object
- Object
- Aws::Types::CognitoOptionsStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#options ⇒ Types::CognitoOptions
Returns the value of attribute options.
-
#status ⇒ Types::OptionStatus
Returns the value of attribute status.
Instance Attribute Details
#options ⇒ Types::CognitoOptions
Returns the value of attribute options.
250 251 252 |
# File 'sig/types.rbs', line 250 def end |
#status ⇒ Types::OptionStatus
Returns the value of attribute status.
251 252 253 |
# File 'sig/types.rbs', line 251 def status @status end |