Class: Aws::Types::ExportTask

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)


805
806
807
# File 'sig/types.rbs', line 805

def destination
  @destination
end

#destination_prefix::String

Returns the value of attribute destination_prefix.

Returns:

  • (::String)


806
807
808
# File 'sig/types.rbs', line 806

def destination_prefix
  @destination_prefix
end

#execution_infoTypes::ExportTaskExecutionInfo

Returns the value of attribute execution_info.



808
809
810
# File 'sig/types.rbs', line 808

def execution_info
  @execution_info
end

#from::Integer

Returns the value of attribute from.

Returns:

  • (::Integer)


803
804
805
# File 'sig/types.rbs', line 803

def from
  @from
end

#log_group_name::String

Returns the value of attribute log_group_name.

Returns:

  • (::String)


802
803
804
# File 'sig/types.rbs', line 802

def log_group_name
  @log_group_name
end

#statusTypes::ExportTaskStatus

Returns the value of attribute status.



807
808
809
# File 'sig/types.rbs', line 807

def status
  @status
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


800
801
802
# File 'sig/types.rbs', line 800

def task_id
  @task_id
end

#task_name::String

Returns the value of attribute task_name.

Returns:

  • (::String)


801
802
803
# File 'sig/types.rbs', line 801

def task_name
  @task_name
end

#to::Integer

Returns the value of attribute to.

Returns:

  • (::Integer)


804
805
806
# File 'sig/types.rbs', line 804

def to
  @to
end