Class: Aws::Types::MailboxExportJob

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:



1133
1134
1135
# File 'sig/types.rbs', line 1133

def description
  @description
end

#end_time::Time

Returns the value of attribute end_time.

Returns:



1139
1140
1141
# File 'sig/types.rbs', line 1139

def end_time
  @end_time
end

#entity_id::String

Returns the value of attribute entity_id.

Returns:



1132
1133
1134
# File 'sig/types.rbs', line 1132

def entity_id
  @entity_id
end

#estimated_progress::Integer

Returns the value of attribute estimated_progress.

Returns:



1136
1137
1138
# File 'sig/types.rbs', line 1136

def estimated_progress
  @estimated_progress
end

#job_id::String

Returns the value of attribute job_id.

Returns:



1131
1132
1133
# File 'sig/types.rbs', line 1131

def job_id
  @job_id
end

#s3_bucket_name::String

Returns the value of attribute s3_bucket_name.

Returns:



1134
1135
1136
# File 'sig/types.rbs', line 1134

def s3_bucket_name
  @s3_bucket_name
end

#s3_path::String

Returns the value of attribute s3_path.

Returns:



1135
1136
1137
# File 'sig/types.rbs', line 1135

def s3_path
  @s3_path
end

#start_time::Time

Returns the value of attribute start_time.

Returns:



1138
1139
1140
# File 'sig/types.rbs', line 1138

def start_time
  @start_time
end

#state"RUNNING", ...

Returns the value of attribute state.

Returns:



1137
1138
1139
# File 'sig/types.rbs', line 1137

def state
  @state
end