Class: Aws::Types::ListPackagesForDomainResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListPackagesForDomainResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_package_details_list ⇒ ::Array[Types::DomainPackageDetails]
Returns the value of attribute domain_package_details_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#domain_package_details_list ⇒ ::Array[Types::DomainPackageDetails]
Returns the value of attribute domain_package_details_list.
896 897 898 |
# File 'sig/types.rbs', line 896 def domain_package_details_list @domain_package_details_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
897 898 899 |
# File 'sig/types.rbs', line 897 def next_token @next_token end |