Class: Aws::Types::DescribeProvisioningArtifactInput

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)


508
509
510
# File 'sig/types.rbs', line 508

def accept_language
  @accept_language
end

#include_provisioning_artifact_parametersBoolean

Returns the value of attribute include_provisioning_artifact_parameters.

Returns:

  • (Boolean)


514
515
516
# File 'sig/types.rbs', line 514

def include_provisioning_artifact_parameters
  @include_provisioning_artifact_parameters
end

#product_id::String

Returns the value of attribute product_id.

Returns:

  • (::String)


510
511
512
# File 'sig/types.rbs', line 510

def product_id
  @product_id
end

#product_name::String

Returns the value of attribute product_name.

Returns:

  • (::String)


512
513
514
# File 'sig/types.rbs', line 512

def product_name
  @product_name
end

#provisioning_artifact_id::String

Returns the value of attribute provisioning_artifact_id.

Returns:

  • (::String)


509
510
511
# File 'sig/types.rbs', line 509

def provisioning_artifact_id
  @provisioning_artifact_id
end

#provisioning_artifact_name::String

Returns the value of attribute provisioning_artifact_name.

Returns:

  • (::String)


511
512
513
# File 'sig/types.rbs', line 511

def provisioning_artifact_name
  @provisioning_artifact_name
end

#verboseBoolean

Returns the value of attribute verbose.

Returns:

  • (Boolean)


513
514
515
# File 'sig/types.rbs', line 513

def verbose
  @verbose
end