Class: Aws::Types::UpdateAppVersionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_info ⇒ ::Hash[::String, ::Array[::String]]

Returns the value of attribute additional_info.

Returns:

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


1432
1433
1434
# File 'sig/types.rbs', line 1432

def additional_info
  @additional_info
end

#app_arn ⇒ ::String

Returns the value of attribute app_arn.

Returns:

  • (::String)


1433
1434
1435
# File 'sig/types.rbs', line 1433

def app_arn
  @app_arn
end

#app_version ⇒ ::String

Returns the value of attribute app_version.

Returns:

  • (::String)


1434
1435
1436
# File 'sig/types.rbs', line 1434

def app_version
  @app_version
end