Class: Aws::Types::ParameterGroupStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#node_ids_to_reboot::Array[::String]

Returns the value of attribute node_ids_to_reboot.

Returns:

  • (::Array[::String])


345
346
347
# File 'sig/types.rbs', line 345

def node_ids_to_reboot
  @node_ids_to_reboot
end

#parameter_apply_status::String

Returns the value of attribute parameter_apply_status.

Returns:

  • (::String)


344
345
346
# File 'sig/types.rbs', line 344

def parameter_apply_status
  @parameter_apply_status
end

#parameter_group_name::String

Returns the value of attribute parameter_group_name.

Returns:

  • (::String)


343
344
345
# File 'sig/types.rbs', line 343

def parameter_group_name
  @parameter_group_name
end