Class: Aws::Types::CreateClusterRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


68
69
70
# File 'sig/types.rbs', line 68

def client_token
  @client_token
end

#cluster_name ⇒ ::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


69
70
71
# File 'sig/types.rbs', line 69

def cluster_name
  @cluster_name
end

#network_type ⇒ "IPV4", "DUALSTACK"

Returns the value of attribute network_type.

Returns:

  • ("IPV4", "DUALSTACK")


71
72
73
# File 'sig/types.rbs', line 71

def network_type
  @network_type
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


70
71
72
# File 'sig/types.rbs', line 70

def tags
  @tags
end