Class: Aws::Types::DeleteProvisioningArtifactInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accept_language::String

Returns the value of attribute accept_language.

Returns:

  • (::String)


340
341
342
# File 'sig/types.rbs', line 340

def accept_language
  @accept_language
end

#product_id::String

Returns the value of attribute product_id.

Returns:

  • (::String)


341
342
343
# File 'sig/types.rbs', line 341

def product_id
  @product_id
end

#provisioning_artifact_id::String

Returns the value of attribute provisioning_artifact_id.

Returns:

  • (::String)


342
343
344
# File 'sig/types.rbs', line 342

def provisioning_artifact_id
  @provisioning_artifact_id
end