Class: Aws::Types::UpdateAppVersionResourceResponse

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)


1425
1426
1427
# File 'sig/types.rbs', line 1425

def app_arn
  @app_arn
end

#app_version ⇒ ::String

Returns the value of attribute app_version.

Returns:

  • (::String)


1426
1427
1428
# File 'sig/types.rbs', line 1426

def app_version
  @app_version
end

#physical_resource ⇒ Types::PhysicalResource

Returns the value of attribute physical_resource.



1427
1428
1429
# File 'sig/types.rbs', line 1427

def physical_resource
  @physical_resource
end