Class: Aws::Types::DescribeAppVersionAppComponentRequest

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)


485
486
487
# File 'sig/types.rbs', line 485

def app_arn
  @app_arn
end

#app_version ⇒ ::String

Returns the value of attribute app_version.

Returns:

  • (::String)


486
487
488
# File 'sig/types.rbs', line 486

def app_version
  @app_version
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


487
488
489
# File 'sig/types.rbs', line 487

def id
  @id
end