Class: Aws::Types::DescribeAppVersionResourcesResolutionStatusResponse

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)


530
531
532
# File 'sig/types.rbs', line 530

def app_arn
  @app_arn
end

#app_version ⇒ ::String

Returns the value of attribute app_version.

Returns:

  • (::String)


531
532
533
# File 'sig/types.rbs', line 531

def app_version
  @app_version
end

#error_message ⇒ ::String

Returns the value of attribute error_message.

Returns:

  • (::String)


532
533
534
# File 'sig/types.rbs', line 532

def error_message
  @error_message
end

#resolution_id ⇒ ::String

Returns the value of attribute resolution_id.

Returns:

  • (::String)


533
534
535
# File 'sig/types.rbs', line 533

def resolution_id
  @resolution_id
end

#status ⇒ "Pending", ...

Returns the value of attribute status.

Returns:

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


534
535
536
# File 'sig/types.rbs', line 534

def status
  @status
end