Class: Aws::Types::DisassociateServiceActionFromProvisioningArtifactInput

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)


636
637
638
# File 'sig/types.rbs', line 636

def accept_language
  @accept_language
end

#idempotency_token::String

Returns the value of attribute idempotency_token.

Returns:

  • (::String)


637
638
639
# File 'sig/types.rbs', line 637

def idempotency_token
  @idempotency_token
end

#product_id::String

Returns the value of attribute product_id.

Returns:

  • (::String)


633
634
635
# File 'sig/types.rbs', line 633

def product_id
  @product_id
end

#provisioning_artifact_id::String

Returns the value of attribute provisioning_artifact_id.

Returns:

  • (::String)


634
635
636
# File 'sig/types.rbs', line 634

def provisioning_artifact_id
  @provisioning_artifact_id
end

#service_action_id::String

Returns the value of attribute service_action_id.

Returns:

  • (::String)


635
636
637
# File 'sig/types.rbs', line 635

def service_action_id
  @service_action_id
end