Class: Aws::Types::UpdateAppVersionResourceRequest

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]])


1411
1412
1413
# File 'sig/types.rbs', line 1411

def additional_info
  @additional_info
end

#app_arn ⇒ ::String

Returns the value of attribute app_arn.

Returns:

  • (::String)


1412
1413
1414
# File 'sig/types.rbs', line 1412

def app_arn
  @app_arn
end

#app_components ⇒ ::Array[::String]

Returns the value of attribute app_components.

Returns:

  • (::Array[::String])


1413
1414
1415
# File 'sig/types.rbs', line 1413

def app_components
  @app_components
end

#aws_account_id ⇒ ::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


1414
1415
1416
# File 'sig/types.rbs', line 1414

def 
  @aws_account_id
end

#aws_region ⇒ ::String

Returns the value of attribute aws_region.

Returns:

  • (::String)


1415
1416
1417
# File 'sig/types.rbs', line 1415

def aws_region
  @aws_region
end

#excluded ⇒ Boolean

Returns the value of attribute excluded.

Returns:

  • (Boolean)


1416
1417
1418
# File 'sig/types.rbs', line 1416

def excluded
  @excluded
end

#logical_resource_id ⇒ Types::LogicalResourceId

Returns the value of attribute logical_resource_id.



1417
1418
1419
# File 'sig/types.rbs', line 1417

def logical_resource_id
  @logical_resource_id
end

#physical_resource_id ⇒ ::String

Returns the value of attribute physical_resource_id.

Returns:

  • (::String)


1418
1419
1420
# File 'sig/types.rbs', line 1418

def physical_resource_id
  @physical_resource_id
end

#resource_name ⇒ ::String

Returns the value of attribute resource_name.

Returns:

  • (::String)


1419
1420
1421
# File 'sig/types.rbs', line 1419

def resource_name
  @resource_name
end

#resource_type ⇒ ::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1420
1421
1422
# File 'sig/types.rbs', line 1420

def resource_type
  @resource_type
end