Class: Aws::Outposts::Types::UpdateOutpostInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the Outpost.

Returns:

  • (String)


1959
1960
1961
1962
1963
1964
1965
1966
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1959

class UpdateOutpostInput < Struct.new(
  :outpost_id,
  :name,
  :description,
  :supported_hardware_type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the Outpost.

Returns:

  • (String)


1959
1960
1961
1962
1963
1964
1965
1966
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1959

class UpdateOutpostInput < Struct.new(
  :outpost_id,
  :name,
  :description,
  :supported_hardware_type)
  SENSITIVE = []
  include Aws::Structure
end

#outpost_idString

The ID or ARN of the Outpost.

Returns:

  • (String)


1959
1960
1961
1962
1963
1964
1965
1966
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1959

class UpdateOutpostInput < Struct.new(
  :outpost_id,
  :name,
  :description,
  :supported_hardware_type)
  SENSITIVE = []
  include Aws::Structure
end

#supported_hardware_typeString

The type of hardware for this Outpost.

Returns:

  • (String)


1959
1960
1961
1962
1963
1964
1965
1966
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1959

class UpdateOutpostInput < Struct.new(
  :outpost_id,
  :name,
  :description,
  :supported_hardware_type)
  SENSITIVE = []
  include Aws::Structure
end