Class: Aws::Types::DescribeExportConfigurationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeExportConfigurationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#export_ids ⇒ ::Array[::String]
Returns the value of attribute export_ids.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#export_ids ⇒ ::Array[::String]
Returns the value of attribute export_ids.
269 270 271 |
# File 'sig/types.rbs', line 269 def export_ids @export_ids end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
270 271 272 |
# File 'sig/types.rbs', line 270 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
271 272 273 |
# File 'sig/types.rbs', line 271 def next_token @next_token end |