Class: Aws::Types::UpdatePackageGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_info::String

Returns the value of attribute contact_info.

Returns:

  • (::String)


957
958
959
# File 'sig/types.rbs', line 957

def contact_info
  @contact_info
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


958
959
960
# File 'sig/types.rbs', line 958

def description
  @description
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


954
955
956
# File 'sig/types.rbs', line 954

def domain
  @domain
end

#domain_owner::String

Returns the value of attribute domain_owner.

Returns:

  • (::String)


955
956
957
# File 'sig/types.rbs', line 955

def domain_owner
  @domain_owner
end

#package_group::String

Returns the value of attribute package_group.

Returns:

  • (::String)


956
957
958
# File 'sig/types.rbs', line 956

def package_group
  @package_group
end