Class: Aws::Types::DeleteAppVersionResourceRequest

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)


424
425
426
# File 'sig/types.rbs', line 424

def app_arn
  @app_arn
end

#aws_account_id ⇒ ::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


425
426
427
# File 'sig/types.rbs', line 425

def 
  
end

#aws_region ⇒ ::String

Returns the value of attribute aws_region.

Returns:

  • (::String)


426
427
428
# File 'sig/types.rbs', line 426

def aws_region
  @aws_region
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


427
428
429
# File 'sig/types.rbs', line 427

def client_token
  @client_token
end

#logical_resource_id ⇒ Types::LogicalResourceId

Returns the value of attribute logical_resource_id.



428
429
430
# File 'sig/types.rbs', line 428

def logical_resource_id
  @logical_resource_id
end

#physical_resource_id ⇒ ::String

Returns the value of attribute physical_resource_id.

Returns:

  • (::String)


429
430
431
# File 'sig/types.rbs', line 429

def physical_resource_id
  @physical_resource_id
end

#resource_name ⇒ ::String

Returns the value of attribute resource_name.

Returns:

  • (::String)


430
431
432
# File 'sig/types.rbs', line 430

def resource_name
  @resource_name
end