Class: Aws::Types::ExportImageTask

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ami_description::String

Returns the value of attribute ami_description.

Returns:

  • (::String)


1068
1069
1070
# File 'sig/types.rbs', line 1068

def ami_description
  @ami_description
end

#ami_id::String

Returns the value of attribute ami_id.

Returns:

  • (::String)


1070
1071
1072
# File 'sig/types.rbs', line 1070

def ami_id
  @ami_id
end

#ami_name::String

Returns the value of attribute ami_name.

Returns:

  • (::String)


1066
1067
1068
# File 'sig/types.rbs', line 1066

def ami_name
  @ami_name
end

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


1067
1068
1069
# File 'sig/types.rbs', line 1067

def created_date
  @created_date
end

#error_details::Array[Types::ErrorDetails]

Returns the value of attribute error_details.

Returns:



1072
1073
1074
# File 'sig/types.rbs', line 1072

def error_details
  @error_details
end

#image_arn::String

Returns the value of attribute image_arn.

Returns:

  • (::String)


1065
1066
1067
# File 'sig/types.rbs', line 1065

def image_arn
  @image_arn
end

#state"EXPORTING", ...

Returns the value of attribute state.

Returns:

  • ("EXPORTING", "COMPLETED", "FAILED", "TIMED_OUT")


1069
1070
1071
# File 'sig/types.rbs', line 1069

def state
  @state
end

#tag_specifications::Hash[::String, ::String]

Returns the value of attribute tag_specifications.

Returns:

  • (::Hash[::String, ::String])


1071
1072
1073
# File 'sig/types.rbs', line 1071

def tag_specifications
  @tag_specifications
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


1064
1065
1066
# File 'sig/types.rbs', line 1064

def task_id
  @task_id
end