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_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


460
461
462
# File 'sig/types.rbs', line 460

def cluster_name
  @cluster_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


461
462
463
# File 'sig/types.rbs', line 461

def description
  @description
end

#notification_topic_arn::String

Returns the value of attribute notification_topic_arn.

Returns:

  • (::String)


463
464
465
# File 'sig/types.rbs', line 463

def notification_topic_arn
  @notification_topic_arn
end

#notification_topic_status::String

Returns the value of attribute notification_topic_status.

Returns:

  • (::String)


464
465
466
# File 'sig/types.rbs', line 464

def notification_topic_status
  @notification_topic_status
end

#parameter_group_name::String

Returns the value of attribute parameter_group_name.

Returns:

  • (::String)


465
466
467
# File 'sig/types.rbs', line 465

def parameter_group_name
  @parameter_group_name
end

#preferred_maintenance_window::String

Returns the value of attribute preferred_maintenance_window.

Returns:

  • (::String)


462
463
464
# File 'sig/types.rbs', line 462

def preferred_maintenance_window
  @preferred_maintenance_window
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


466
467
468
# File 'sig/types.rbs', line 466

def security_group_ids
  @security_group_ids
end