Class: Aws::Types::OutpostConfigRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#control_plane_instance_type::String

Returns the value of attribute control_plane_instance_type.

Returns:

  • (::String)


1684
1685
1686
# File 'sig/types.rbs', line 1684

def control_plane_instance_type
  @control_plane_instance_type
end

#control_plane_placementTypes::ControlPlanePlacementRequest

Returns the value of attribute control_plane_placement.



1685
1686
1687
# File 'sig/types.rbs', line 1685

def control_plane_placement
  @control_plane_placement
end

#etcd_instance_type::String

Returns the value of attribute etcd_instance_type.

Returns:

  • (::String)


1686
1687
1688
# File 'sig/types.rbs', line 1686

def etcd_instance_type
  @etcd_instance_type
end

#etcd_placementTypes::EtcdPlacementRequest

Returns the value of attribute etcd_placement.



1687
1688
1689
# File 'sig/types.rbs', line 1687

def etcd_placement
  @etcd_placement
end

#outpost_arns::Array[::String]

Returns the value of attribute outpost_arns.

Returns:

  • (::Array[::String])


1683
1684
1685
# File 'sig/types.rbs', line 1683

def outpost_arns
  @outpost_arns
end