Class: Aws::Types::DeletePackageVersionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1447
1448
1449
# File 'sig/types.rbs', line 1447

def client_token
  @client_token
end

#package_name::String

Returns the value of attribute package_name.

Returns:

  • (::String)


1445
1446
1447
# File 'sig/types.rbs', line 1445

def package_name
  @package_name
end

#version_name::String

Returns the value of attribute version_name.

Returns:

  • (::String)


1446
1447
1448
# File 'sig/types.rbs', line 1446

def version_name
  @version_name
end