Class: Aws::Types::DissociatePackagesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


1012
1013
1014
# File 'sig/types.rbs', line 1012

def domain_name
  @domain_name
end

#package_list::Array[::String]

Returns the value of attribute package_list.

Returns:

  • (::Array[::String])


1011
1012
1013
# File 'sig/types.rbs', line 1011

def package_list
  @package_list
end