Class: Aws::Types::UpdatePackageGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePackageGroupRequest
- 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.
Instance Attribute Details
#contact_info ⇒ ::String
Returns the value of attribute contact_info.
957 958 959 |
# File 'sig/types.rbs', line 957 def contact_info @contact_info end |
#description ⇒ ::String
Returns the value of attribute description.
958 959 960 |
# File 'sig/types.rbs', line 958 def description @description end |
#domain ⇒ ::String
Returns the value of attribute domain.
954 955 956 |
# File 'sig/types.rbs', line 954 def domain @domain end |
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
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.
956 957 958 |
# File 'sig/types.rbs', line 956 def package_group @package_group end |