Class: Aws::Types::DescribeExportTasksMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#export_task_identifier::String

Returns the value of attribute export_task_identifier.

Returns:

  • (::String)


2315
2316
2317
# File 'sig/types.rbs', line 2315

def export_task_identifier
  @export_task_identifier
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



2317
2318
2319
# File 'sig/types.rbs', line 2317

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2318
2319
2320
# File 'sig/types.rbs', line 2318

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


2319
2320
2321
# File 'sig/types.rbs', line 2319

def max_records
  @max_records
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


2316
2317
2318
# File 'sig/types.rbs', line 2316

def source_arn
  @source_arn
end

#source_type"SNAPSHOT", "CLUSTER"

Returns the value of attribute source_type.

Returns:

  • ("SNAPSHOT", "CLUSTER")


2320
2321
2322
# File 'sig/types.rbs', line 2320

def source_type
  @source_type
end