Class: Aws::Types::DescribeDraftAppVersionResourcesImportStatusResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_arn ⇒ ::String

Returns the value of attribute app_arn.

Returns:

  • (::String)


564
565
566
# File 'sig/types.rbs', line 564

def app_arn
  @app_arn
end

#app_version ⇒ ::String

Returns the value of attribute app_version.

Returns:

  • (::String)


565
566
567
# File 'sig/types.rbs', line 565

def app_version
  @app_version
end

#error_details ⇒ ::Array[Types::ErrorDetail]

Returns the value of attribute error_details.

Returns:



566
567
568
# File 'sig/types.rbs', line 566

def error_details
  @error_details
end

#error_message ⇒ ::String

Returns the value of attribute error_message.

Returns:

  • (::String)


567
568
569
# File 'sig/types.rbs', line 567

def error_message
  @error_message
end

#status ⇒ "Pending", ...

Returns the value of attribute status.

Returns:

  • ("Pending", "InProgress", "Failed", "Success")


568
569
570
# File 'sig/types.rbs', line 568

def status
  @status
end

#status_change_time ⇒ ::Time

Returns the value of attribute status_change_time.

Returns:

  • (::Time)


569
570
571
# File 'sig/types.rbs', line 569

def status_change_time
  @status_change_time
end