Class: Aws::Types::DescribeProvisioningParametersInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeProvisioningParametersInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept_language ⇒ ::String
Returns the value of attribute accept_language.
-
#path_id ⇒ ::String
Returns the value of attribute path_id.
-
#path_name ⇒ ::String
Returns the value of attribute path_name.
-
#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.
Instance Attribute Details
#accept_language ⇒ ::String
Returns the value of attribute accept_language.
527 528 529 |
# File 'sig/types.rbs', line 527 def accept_language @accept_language end |
#path_id ⇒ ::String
Returns the value of attribute path_id.
532 533 534 |
# File 'sig/types.rbs', line 532 def path_id @path_id end |
#path_name ⇒ ::String
Returns the value of attribute path_name.
533 534 535 |
# File 'sig/types.rbs', line 533 def path_name @path_name end |
#product_id ⇒ ::String
Returns the value of attribute product_id.
528 529 530 |
# File 'sig/types.rbs', line 528 def product_id @product_id end |
#product_name ⇒ ::String
Returns the value of attribute product_name.
529 530 531 |
# File 'sig/types.rbs', line 529 def product_name @product_name end |
#provisioning_artifact_id ⇒ ::String
Returns the value of attribute provisioning_artifact_id.
530 531 532 |
# File 'sig/types.rbs', line 530 def provisioning_artifact_id @provisioning_artifact_id end |
#provisioning_artifact_name ⇒ ::String
Returns the value of attribute provisioning_artifact_name.
531 532 533 |
# File 'sig/types.rbs', line 531 def provisioning_artifact_name @provisioning_artifact_name end |