Class: Aws::Types::UpdateClusterRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arn ⇒ ::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


377
378
379
# File 'sig/types.rbs', line 377

def cluster_arn
  @cluster_arn
end

#network_type ⇒ "IPV4", "DUALSTACK"

Returns the value of attribute network_type.

Returns:

  • ("IPV4", "DUALSTACK")


378
379
380
# File 'sig/types.rbs', line 378

def network_type
  @network_type
end