Class: Aws::Types::ListLiveSourcesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListLiveSourcesRequest
- 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.
-
#source_location_name ⇒ ::String
Returns the value of attribute source_location_name.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
761 762 763 |
# File 'sig/types.rbs', line 761 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
762 763 764 |
# File 'sig/types.rbs', line 762 def next_token @next_token end |
#source_location_name ⇒ ::String
Returns the value of attribute source_location_name.
763 764 765 |
# File 'sig/types.rbs', line 763 def source_location_name @source_location_name end |