Class: Aws::Types::GetBlueprintsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetBlueprintsRequest
- 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.
1378 1379 1380 |
# File 'sig/types.rbs', line 1378 def app_category @app_category end |
#include_inactive ⇒ Boolean
Returns the value of attribute include_inactive.
1376 1377 1378 |
# File 'sig/types.rbs', line 1376 def include_inactive @include_inactive end |
#page_token ⇒ ::String
Returns the value of attribute page_token.
1377 1378 1379 |
# File 'sig/types.rbs', line 1377 def page_token @page_token end |