Class: Aws::Types::UpdateClusterInput

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)


315
316
317
# File 'sig/types.rbs', line 315

def client_token
  @client_token
end

#deletion_protection_enabledBoolean

Returns the value of attribute deletion_protection_enabled.

Returns:

  • (Boolean)


313
314
315
# File 'sig/types.rbs', line 313

def deletion_protection_enabled
  @deletion_protection_enabled
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


312
313
314
# File 'sig/types.rbs', line 312

def identifier
  @identifier
end

#kms_encryption_key::String

Returns the value of attribute kms_encryption_key.

Returns:

  • (::String)


314
315
316
# File 'sig/types.rbs', line 314

def kms_encryption_key
  @kms_encryption_key
end

#multi_region_propertiesTypes::MultiRegionProperties

Returns the value of attribute multi_region_properties.



316
317
318
# File 'sig/types.rbs', line 316

def multi_region_properties
  @multi_region_properties
end