Class: Aws::Types::UpdateOutpostInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


951
952
953
# File 'sig/types.rbs', line 951

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


950
951
952
# File 'sig/types.rbs', line 950

def name
  @name
end

#outpost_id ⇒ ::String

Returns the value of attribute outpost_id.

Returns:

  • (::String)


949
950
951
# File 'sig/types.rbs', line 949

def outpost_id
  @outpost_id
end

#supported_hardware_type ⇒ "RACK", "SERVER"

Returns the value of attribute supported_hardware_type.

Returns:

  • ("RACK", "SERVER")


952
953
954
# File 'sig/types.rbs', line 952

def supported_hardware_type
  @supported_hardware_type
end