Class: Aws::Types::LocationState

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


1714
1715
1716
# File 'sig/types.rbs', line 1714

def location
  @location
end

#player_gateway_status"DISABLED", "ENABLED"

Returns the value of attribute player_gateway_status.

Returns:

  • ("DISABLED", "ENABLED")


1716
1717
1718
# File 'sig/types.rbs', line 1716

def player_gateway_status
  @player_gateway_status
end

#status"NEW", ...

Returns the value of attribute status.

Returns:

  • ("NEW", "DOWNLOADING", "VALIDATING", "BUILDING", "ACTIVATING", "ACTIVE", "DELETING", "ERROR", "TERMINATED", "NOT_FOUND", "EXPIRED")


1715
1716
1717
# File 'sig/types.rbs', line 1715

def status
  @status
end