Class: Aws::Types::AssociatePackageRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociatePackageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_configuration ⇒ Types::PackageAssociationConfiguration
Returns the value of attribute association_configuration.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#package_id ⇒ ::String
Returns the value of attribute package_id.
-
#prerequisite_package_id_list ⇒ ::Array[::String]
Returns the value of attribute prerequisite_package_id_list.
Instance Attribute Details
#association_configuration ⇒ Types::PackageAssociationConfiguration
Returns the value of attribute association_configuration.
155 156 157 |
# File 'sig/types.rbs', line 155 def association_configuration @association_configuration end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
153 154 155 |
# File 'sig/types.rbs', line 153 def domain_name @domain_name end |
#package_id ⇒ ::String
Returns the value of attribute package_id.
152 153 154 |
# File 'sig/types.rbs', line 152 def package_id @package_id end |
#prerequisite_package_id_list ⇒ ::Array[::String]
Returns the value of attribute prerequisite_package_id_list.
154 155 156 |
# File 'sig/types.rbs', line 154 def prerequisite_package_id_list @prerequisite_package_id_list end |