Class: Aws::Types::OutpostConfigResponse
- Inherits:
-
Object
- Object
- Aws::Types::OutpostConfigResponse
- 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::ControlPlanePlacementResponse
Returns the value of attribute control_plane_placement.
-
#etcd_instance_type ⇒ ::String
Returns the value of attribute etcd_instance_type.
-
#etcd_placement ⇒ Types::EtcdPlacementResponse
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.
1571 1572 1573 |
# File 'sig/types.rbs', line 1571 def control_plane_instance_type @control_plane_instance_type end |
#control_plane_placement ⇒ Types::ControlPlanePlacementResponse
Returns the value of attribute control_plane_placement.
1572 1573 1574 |
# File 'sig/types.rbs', line 1572 def control_plane_placement @control_plane_placement end |
#etcd_instance_type ⇒ ::String
Returns the value of attribute etcd_instance_type.
1573 1574 1575 |
# File 'sig/types.rbs', line 1573 def etcd_instance_type @etcd_instance_type end |
#etcd_placement ⇒ Types::EtcdPlacementResponse
Returns the value of attribute etcd_placement.
1574 1575 1576 |
# File 'sig/types.rbs', line 1574 def etcd_placement @etcd_placement end |
#outpost_arns ⇒ ::Array[::String]
Returns the value of attribute outpost_arns.
1570 1571 1572 |
# File 'sig/types.rbs', line 1570 def outpost_arns @outpost_arns end |