Class: Aws::Types::CreateParameterGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


227
228
229
# File 'sig/types.rbs', line 227

def description
  @description
end

#family ⇒ ::String

Returns the value of attribute family.

Returns:

  • (::String)


226
227
228
# File 'sig/types.rbs', line 226

def family
  @family
end

#parameter_group_name ⇒ ::String

Returns the value of attribute parameter_group_name.

Returns:

  • (::String)


225
226
227
# File 'sig/types.rbs', line 225

def parameter_group_name
  @parameter_group_name
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



228
229
230
# File 'sig/types.rbs', line 228

def tags
  @tags
end