Class: Aws::Types::OfflineStoreStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blocked_reason::String

Returns the value of attribute blocked_reason.

Returns:

  • (::String)


9538
9539
9540
# File 'sig/types.rbs', line 9538

def blocked_reason
  @blocked_reason
end

#status"Active", ...

Returns the value of attribute status.

Returns:

  • ("Active", "Blocked", "Disabled")


9537
9538
9539
# File 'sig/types.rbs', line 9537

def status
  @status
end