Class: Aws::Types::GetGeneratedPolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetGeneratedPolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#generated_policy_result ⇒ Types::GeneratedPolicyResult
Returns the value of attribute generated_policy_result.
-
#job_details ⇒ Types::JobDetails
Returns the value of attribute job_details.
Instance Attribute Details
#generated_policy_result ⇒ Types::GeneratedPolicyResult
Returns the value of attribute generated_policy_result.
654 655 656 |
# File 'sig/types.rbs', line 654 def generated_policy_result @generated_policy_result end |
#job_details ⇒ Types::JobDetails
Returns the value of attribute job_details.
653 654 655 |
# File 'sig/types.rbs', line 653 def job_details @job_details end |