Class: Aws::Types::OutpostConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::OutpostConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#control_plane_instance_type ⇒ ::String
Returns the value of attribute control_plane_instance_type.
-
#control_plane_placement ⇒ Types::ControlPlanePlacementRequest
Returns the value of attribute control_plane_placement.
-
#etcd_instance_type ⇒ ::String
Returns the value of attribute etcd_instance_type.
-
#etcd_placement ⇒ Types::EtcdPlacementRequest
Returns the value of attribute etcd_placement.
-
#outpost_arns ⇒ ::Array[::String]
Returns the value of attribute outpost_arns.
Instance Attribute Details
#control_plane_instance_type ⇒ ::String
Returns the value of attribute control_plane_instance_type.
1562 1563 1564 |
# File 'sig/types.rbs', line 1562 def control_plane_instance_type @control_plane_instance_type end |
#control_plane_placement ⇒ Types::ControlPlanePlacementRequest
Returns the value of attribute control_plane_placement.
1563 1564 1565 |
# File 'sig/types.rbs', line 1563 def control_plane_placement @control_plane_placement end |
#etcd_instance_type ⇒ ::String
Returns the value of attribute etcd_instance_type.
1564 1565 1566 |
# File 'sig/types.rbs', line 1564 def etcd_instance_type @etcd_instance_type end |
#etcd_placement ⇒ Types::EtcdPlacementRequest
Returns the value of attribute etcd_placement.
1565 1566 1567 |
# File 'sig/types.rbs', line 1565 def etcd_placement @etcd_placement end |
#outpost_arns ⇒ ::Array[::String]
Returns the value of attribute outpost_arns.
1561 1562 1563 |
# File 'sig/types.rbs', line 1561 def outpost_arns @outpost_arns end |