Class: Aws::Types::DeletePackageGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def domain
  @domain
end

#domain_owner::String

Returns the value of attribute domain_owner.

Returns:

  • (::String)


139
140
141
# File 'sig/types.rbs', line 139

def domain_owner
  @domain_owner
end

#package_group::String

Returns the value of attribute package_group.

Returns:

  • (::String)


140
141
142
# File 'sig/types.rbs', line 140

def package_group
  @package_group
end