Class: Aws::Types::CreateExportTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateExportTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ ::String
Returns the value of attribute destination.
-
#destination_prefix ⇒ ::String
Returns the value of attribute destination_prefix.
-
#from ⇒ ::Integer
Returns the value of attribute from.
-
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
-
#log_stream_name_prefix ⇒ ::String
Returns the value of attribute log_stream_name_prefix.
-
#task_name ⇒ ::String
Returns the value of attribute task_name.
-
#to ⇒ ::Integer
Returns the value of attribute to.
Instance Attribute Details
#destination ⇒ ::String
Returns the value of attribute destination.
185 186 187 |
# File 'sig/types.rbs', line 185 def destination @destination end |
#destination_prefix ⇒ ::String
Returns the value of attribute destination_prefix.
186 187 188 |
# File 'sig/types.rbs', line 186 def destination_prefix @destination_prefix end |
#from ⇒ ::Integer
Returns the value of attribute from.
183 184 185 |
# File 'sig/types.rbs', line 183 def from @from end |
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
181 182 183 |
# File 'sig/types.rbs', line 181 def log_group_name @log_group_name end |
#log_stream_name_prefix ⇒ ::String
Returns the value of attribute log_stream_name_prefix.
182 183 184 |
# File 'sig/types.rbs', line 182 def log_stream_name_prefix @log_stream_name_prefix end |
#task_name ⇒ ::String
Returns the value of attribute task_name.
180 181 182 |
# File 'sig/types.rbs', line 180 def task_name @task_name end |
#to ⇒ ::Integer
Returns the value of attribute to.
184 185 186 |
# File 'sig/types.rbs', line 184 def to @to end |