Class: Aws::Types::ModifyHapgRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hapg_arn::String

Returns the value of attribute hapg_arn.

Returns:

  • (::String)


232
233
234
# File 'sig/types.rbs', line 232

def hapg_arn
  @hapg_arn
end

#label::String

Returns the value of attribute label.

Returns:

  • (::String)


233
234
235
# File 'sig/types.rbs', line 233

def label
  @label
end

#partition_serial_list::Array[::String]

Returns the value of attribute partition_serial_list.

Returns:

  • (::Array[::String])


234
235
236
# File 'sig/types.rbs', line 234

def partition_serial_list
  @partition_serial_list
end