Class: Aws::Types::OptionStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


461
462
463
# File 'sig/types.rbs', line 461

def creation_date
  @creation_date
end

#pending_deletionBoolean

Returns the value of attribute pending_deletion.

Returns:

  • (Boolean)


465
466
467
# File 'sig/types.rbs', line 465

def pending_deletion
  @pending_deletion
end

#state"RequiresIndexDocuments", ...

Returns the value of attribute state.

Returns:

  • ("RequiresIndexDocuments", "Processing", "Active", "FailedToValidate")


464
465
466
# File 'sig/types.rbs', line 464

def state
  @state
end

#update_date::Time

Returns the value of attribute update_date.

Returns:

  • (::Time)


462
463
464
# File 'sig/types.rbs', line 462

def update_date
  @update_date
end

#update_version::Integer

Returns the value of attribute update_version.

Returns:

  • (::Integer)


463
464
465
# File 'sig/types.rbs', line 463

def update_version
  @update_version
end