Class: Aws::Types::DescribeProvisioningArtifactInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeProvisioningArtifactInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept_language ⇒ ::String
Returns the value of attribute accept_language.
-
#include_provisioning_artifact_parameters ⇒ Boolean
Returns the value of attribute include_provisioning_artifact_parameters.
-
#product_id ⇒ ::String
Returns the value of attribute product_id.
-
#product_name ⇒ ::String
Returns the value of attribute product_name.
-
#provisioning_artifact_id ⇒ ::String
Returns the value of attribute provisioning_artifact_id.
-
#provisioning_artifact_name ⇒ ::String
Returns the value of attribute provisioning_artifact_name.
-
#verbose ⇒ Boolean
Returns the value of attribute verbose.
Instance Attribute Details
#accept_language ⇒ ::String
Returns the value of attribute accept_language.
508 509 510 |
# File 'sig/types.rbs', line 508 def accept_language @accept_language end |
#include_provisioning_artifact_parameters ⇒ Boolean
Returns the value of attribute include_provisioning_artifact_parameters.
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.
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.
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.
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.
511 512 513 |
# File 'sig/types.rbs', line 511 def provisioning_artifact_name @provisioning_artifact_name end |
#verbose ⇒ Boolean
Returns the value of attribute verbose.
513 514 515 |
# File 'sig/types.rbs', line 513 def verbose @verbose end |