Class: Aws::Types::ListManagedViewsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListManagedViewsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#service_principal ⇒ ::String
Returns the value of attribute service_principal.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
251 252 253 |
# File 'sig/types.rbs', line 251 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
252 253 254 |
# File 'sig/types.rbs', line 252 def next_token @next_token end |
#service_principal ⇒ ::String
Returns the value of attribute service_principal.
253 254 255 |
# File 'sig/types.rbs', line 253 def service_principal @service_principal end |