Class: Aws::Types::UpdateAppVersionAppComponentResponse

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)


1398
1399
1400
# File 'sig/types.rbs', line 1398

def app_arn
  @app_arn
end

#app_component ⇒ Types::AppComponent

Returns the value of attribute app_component.

Returns:



1399
1400
1401
# File 'sig/types.rbs', line 1399

def app_component
  @app_component
end

#app_version ⇒ ::String

Returns the value of attribute app_version.

Returns:

  • (::String)


1400
1401
1402
# File 'sig/types.rbs', line 1400

def app_version
  @app_version
end