Class: Aws::Outposts::Types::UpdateOutpostInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::UpdateOutpostInput
- Defined in:
- gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the Outpost.
-
#name ⇒ String
The name of the Outpost.
-
#outpost_id ⇒ String
The ID or the Amazon Resource Name (ARN) of the Outpost.
-
#supported_hardware_type ⇒ String
The type of hardware for this Outpost.
Instance Attribute Details
#description ⇒ String
The description of the Outpost.
1585 1586 1587 1588 1589 1590 1591 1592 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1585 class UpdateOutpostInput < Struct.new( :outpost_id, :name, :description, :supported_hardware_type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Outpost.
1585 1586 1587 1588 1589 1590 1591 1592 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1585 class UpdateOutpostInput < Struct.new( :outpost_id, :name, :description, :supported_hardware_type) SENSITIVE = [] include Aws::Structure end |
#outpost_id ⇒ String
The ID or the Amazon Resource Name (ARN) of the Outpost.
1585 1586 1587 1588 1589 1590 1591 1592 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1585 class UpdateOutpostInput < Struct.new( :outpost_id, :name, :description, :supported_hardware_type) SENSITIVE = [] include Aws::Structure end |
#supported_hardware_type ⇒ String
The type of hardware for this Outpost.
1585 1586 1587 1588 1589 1590 1591 1592 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1585 class UpdateOutpostInput < Struct.new( :outpost_id, :name, :description, :supported_hardware_type) SENSITIVE = [] include Aws::Structure end |