Class: Aws::Types::OptionStatus
- Inherits:
-
Object
- Object
- Aws::Types::OptionStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#pending_deletion ⇒ Boolean
Returns the value of attribute pending_deletion.
-
#state ⇒ "RequiresIndexDocuments", ...
Returns the value of attribute state.
-
#update_date ⇒ ::Time
Returns the value of attribute update_date.
-
#update_version ⇒ ::Integer
Returns the value of attribute update_version.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
1926 1927 1928 |
# File 'sig/types.rbs', line 1926 def creation_date @creation_date end |
#pending_deletion ⇒ Boolean
Returns the value of attribute pending_deletion.
1930 1931 1932 |
# File 'sig/types.rbs', line 1930 def pending_deletion @pending_deletion end |
#state ⇒ "RequiresIndexDocuments", ...
Returns the value of attribute state.
1929 1930 1931 |
# File 'sig/types.rbs', line 1929 def state @state end |
#update_date ⇒ ::Time
Returns the value of attribute update_date.
1927 1928 1929 |
# File 'sig/types.rbs', line 1927 def update_date @update_date end |
#update_version ⇒ ::Integer
Returns the value of attribute update_version.
1928 1929 1930 |
# File 'sig/types.rbs', line 1928 def update_version @update_version end |