Class: Aws::Types::AssociateServiceActionWithProvisioningArtifactInput

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)


62
63
64
# File 'sig/types.rbs', line 62

def accept_language
  @accept_language
end

#idempotency_token::String

Returns the value of attribute idempotency_token.

Returns:

  • (::String)


63
64
65
# File 'sig/types.rbs', line 63

def idempotency_token
  @idempotency_token
end

#product_id::String

Returns the value of attribute product_id.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def product_id
  @product_id
end

#provisioning_artifact_id::String

Returns the value of attribute provisioning_artifact_id.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def provisioning_artifact_id
  @provisioning_artifact_id
end

#service_action_id::String

Returns the value of attribute service_action_id.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def service_action_id
  @service_action_id
end