Class: Aws::Types::CreateClusterInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bypass_policy_lockout_safety_checkBoolean

Returns the value of attribute bypass_policy_lockout_safety_check.

Returns:

  • (Boolean)


36
37
38
# File 'sig/types.rbs', line 36

def bypass_policy_lockout_safety_check
  @bypass_policy_lockout_safety_check
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


33
34
35
# File 'sig/types.rbs', line 33

def client_token
  @client_token
end

#deletion_protection_enabledBoolean

Returns the value of attribute deletion_protection_enabled.

Returns:

  • (Boolean)


30
31
32
# File 'sig/types.rbs', line 30

def deletion_protection_enabled
  @deletion_protection_enabled
end

#kms_encryption_key::String

Returns the value of attribute kms_encryption_key.

Returns:

  • (::String)


31
32
33
# File 'sig/types.rbs', line 31

def kms_encryption_key
  @kms_encryption_key
end

#multi_region_propertiesTypes::MultiRegionProperties

Returns the value of attribute multi_region_properties.



34
35
36
# File 'sig/types.rbs', line 34

def multi_region_properties
  @multi_region_properties
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


35
36
37
# File 'sig/types.rbs', line 35

def policy
  @policy
end

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

Returns the value of attribute tags.

Returns:

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


32
33
34
# File 'sig/types.rbs', line 32

def tags
  @tags
end