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)


918
919
920
# File 'sig/types.rbs', line 918

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


917
918
919
# File 'sig/types.rbs', line 917

def name
  @name
end

#outpost_id::String

Returns the value of attribute outpost_id.

Returns:

  • (::String)


916
917
918
# File 'sig/types.rbs', line 916

def outpost_id
  @outpost_id
end

#supported_hardware_type"RACK", "SERVER"

Returns the value of attribute supported_hardware_type.

Returns:

  • ("RACK", "SERVER")


919
920
921
# File 'sig/types.rbs', line 919

def supported_hardware_type
  @supported_hardware_type
end