Class: Aws::Types::CreatePackageGroupRequest

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)


88
89
90
# File 'sig/types.rbs', line 88

def contact_info
  @contact_info
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


89
90
91
# File 'sig/types.rbs', line 89

def description
  @description
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


85
86
87
# File 'sig/types.rbs', line 85

def domain
  @domain
end

#domain_owner::String

Returns the value of attribute domain_owner.

Returns:

  • (::String)


86
87
88
# File 'sig/types.rbs', line 86

def domain_owner
  @domain_owner
end

#package_group::String

Returns the value of attribute package_group.

Returns:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def package_group
  @package_group
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



90
91
92
# File 'sig/types.rbs', line 90

def tags
  @tags
end