Class: Aws::Types::CopyOptionGroupMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#source_option_group_identifier::String

Returns the value of attribute source_option_group_identifier.

Returns:

  • (::String)


326
327
328
# File 'sig/types.rbs', line 326

def source_option_group_identifier
  @source_option_group_identifier
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



329
330
331
# File 'sig/types.rbs', line 329

def tags
  @tags
end

#target_option_group_description::String

Returns the value of attribute target_option_group_description.

Returns:

  • (::String)


328
329
330
# File 'sig/types.rbs', line 328

def target_option_group_description
  @target_option_group_description
end

#target_option_group_identifier::String

Returns the value of attribute target_option_group_identifier.

Returns:

  • (::String)


327
328
329
# File 'sig/types.rbs', line 327

def target_option_group_identifier
  @target_option_group_identifier
end