Class: Aws::Types::DeleteAppVersionAppComponentRequest

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)


410
411
412
# File 'sig/types.rbs', line 410

def app_arn
  @app_arn
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


411
412
413
# File 'sig/types.rbs', line 411

def client_token
  @client_token
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


412
413
414
# File 'sig/types.rbs', line 412

def id
  @id
end