Class: Aws::Types::CreateExportTaskRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination::String

Returns the value of attribute destination.

Returns:

  • (::String)


185
186
187
# File 'sig/types.rbs', line 185

def destination
  @destination
end

#destination_prefix::String

Returns the value of attribute destination_prefix.

Returns:

  • (::String)


186
187
188
# File 'sig/types.rbs', line 186

def destination_prefix
  @destination_prefix
end

#from::Integer

Returns the value of attribute from.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


180
181
182
# File 'sig/types.rbs', line 180

def task_name
  @task_name
end

#to::Integer

Returns the value of attribute to.

Returns:

  • (::Integer)


184
185
186
# File 'sig/types.rbs', line 184

def to
  @to
end