Class: Aws::Types::CreatePackageGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePackageGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_info ⇒ ::String
Returns the value of attribute contact_info.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
-
#package_group ⇒ ::String
Returns the value of attribute package_group.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#contact_info ⇒ ::String
Returns the value of attribute contact_info.
88 89 90 |
# File 'sig/types.rbs', line 88 def contact_info @contact_info end |
#description ⇒ ::String
Returns the value of attribute description.
89 90 91 |
# File 'sig/types.rbs', line 89 def description @description end |
#domain ⇒ ::String
Returns the value of attribute domain.
85 86 87 |
# File 'sig/types.rbs', line 85 def domain @domain end |
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
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.
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.
90 91 92 |
# File 'sig/types.rbs', line 90 def @tags end |