Class: Aws::Types::GetAutomatedReasoningPolicyBuildWorkflowResultAssetsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAutomatedReasoningPolicyBuildWorkflowResultAssetsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#asset_type ⇒ "BUILD_LOG", ...
Returns the value of attribute asset_type.
-
#build_workflow_id ⇒ ::String
Returns the value of attribute build_workflow_id.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
Instance Attribute Details
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
1751 1752 1753 |
# File 'sig/types.rbs', line 1751 def asset_id @asset_id end |
#asset_type ⇒ "BUILD_LOG", ...
Returns the value of attribute asset_type.
1750 1751 1752 |
# File 'sig/types.rbs', line 1750 def asset_type @asset_type end |
#build_workflow_id ⇒ ::String
Returns the value of attribute build_workflow_id.
1749 1750 1751 |
# File 'sig/types.rbs', line 1749 def build_workflow_id @build_workflow_id end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
1748 1749 1750 |
# File 'sig/types.rbs', line 1748 def policy_arn @policy_arn end |