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.
443 444 445 |
# File 'sig/types.rbs', line 443 def @options end |
#status ⇒ Types::OptionStatus
Returns the value of attribute status.
444 445 446 |
# File 'sig/types.rbs', line 444 def status @status end |