Class: Aws::Types::UpdateAppVersionAppComponentRequest

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


1389
1390
1391
# File 'sig/types.rbs', line 1389

def additional_info
  @additional_info
end

#app_arn ⇒ ::String

Returns the value of attribute app_arn.

Returns:

  • (::String)


1390
1391
1392
# File 'sig/types.rbs', line 1390

def app_arn
  @app_arn
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


1391
1392
1393
# File 'sig/types.rbs', line 1391

def id
  @id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1392
1393
1394
# File 'sig/types.rbs', line 1392

def name
  @name
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


1393
1394
1395
# File 'sig/types.rbs', line 1393

def type
  @type
end