Class: Aws::Types::ListPackageGroupsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPackageGroupsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
497 498 499 |
# File 'sig/types.rbs', line 497 def domain @domain end |
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
498 499 500 |
# File 'sig/types.rbs', line 498 def domain_owner @domain_owner end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
499 500 501 |
# File 'sig/types.rbs', line 499 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
500 501 502 |
# File 'sig/types.rbs', line 500 def next_token @next_token end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
501 502 503 |
# File 'sig/types.rbs', line 501 def prefix @prefix end |