Class: Aws::Types::CognitoOptionsStatus

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#optionsTypes::CognitoOptions

Returns the value of attribute options.



443
444
445
# File 'sig/types.rbs', line 443

def options
  @options
end

#statusTypes::OptionStatus

Returns the value of attribute status.

Returns:



444
445
446
# File 'sig/types.rbs', line 444

def status
  @status
end