Class: Aws::Types::CancelExportTaskOutput

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)


27
28
29
# File 'sig/types.rbs', line 27

def destination
  @destination
end

#format"PARQUET", "CSV"

Returns the value of attribute format.

Returns:

  • ("PARQUET", "CSV")


26
27
28
# File 'sig/types.rbs', line 26

def format
  @format
end

#graph_id::String

Returns the value of attribute graph_id.

Returns:

  • (::String)


22
23
24
# File 'sig/types.rbs', line 22

def graph_id
  @graph_id
end

#kms_key_identifier::String

Returns the value of attribute kms_key_identifier.

Returns:

  • (::String)


28
29
30
# File 'sig/types.rbs', line 28

def kms_key_identifier
  @kms_key_identifier
end

#parquet_type"COLUMNAR"

Returns the value of attribute parquet_type.

Returns:

  • ("COLUMNAR")


29
30
31
# File 'sig/types.rbs', line 29

def parquet_type
  @parquet_type
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


23
24
25
# File 'sig/types.rbs', line 23

def role_arn
  @role_arn
end

#status"INITIALIZING", ...

Returns the value of attribute status.

Returns:

  • ("INITIALIZING", "EXPORTING", "SUCCEEDED", "FAILED", "CANCELLING", "CANCELLED", "DELETED")


25
26
27
# File 'sig/types.rbs', line 25

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


30
31
32
# File 'sig/types.rbs', line 30

def status_reason
  @status_reason
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


24
25
26
# File 'sig/types.rbs', line 24

def task_id
  @task_id
end