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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1966
1967
1968
1969
1970
1971
1972
1973
# File 'lib/aws-sdk-outposts/types.rb', line 1966

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

#nameString

The name of the Outpost.

Returns:

  • (String)


1966
1967
1968
1969
1970
1971
1972
1973
# File 'lib/aws-sdk-outposts/types.rb', line 1966

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)


1966
1967
1968
1969
1970
1971
1972
1973
# File 'lib/aws-sdk-outposts/types.rb', line 1966

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)


1966
1967
1968
1969
1970
1971
1972
1973
# File 'lib/aws-sdk-outposts/types.rb', line 1966

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