Class: Aws::Types::GetBundlesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetBundlesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_category ⇒ "LfR"
Returns the value of attribute app_category.
-
#include_inactive ⇒ Boolean
Returns the value of attribute include_inactive.
-
#page_token ⇒ ::String
Returns the value of attribute page_token.
Instance Attribute Details
#app_category ⇒ "LfR"
Returns the value of attribute app_category.
1443 1444 1445 |
# File 'sig/types.rbs', line 1443 def app_category @app_category end |
#include_inactive ⇒ Boolean
Returns the value of attribute include_inactive.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def include_inactive @include_inactive end |
#page_token ⇒ ::String
Returns the value of attribute page_token.
1442 1443 1444 |
# File 'sig/types.rbs', line 1442 def page_token @page_token end |