Class: Aws::Types::GeneratedPolicyResult
- Inherits:
-
Object
- Object
- Aws::Types::GeneratedPolicyResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#generated_policies ⇒ ::Array[Types::GeneratedPolicy]
Returns the value of attribute generated_policies.
-
#properties ⇒ Types::GeneratedPolicyProperties
Returns the value of attribute properties.
Instance Attribute Details
#generated_policies ⇒ ::Array[Types::GeneratedPolicy]
Returns the value of attribute generated_policies.
532 533 534 |
# File 'sig/types.rbs', line 532 def generated_policies @generated_policies end |
#properties ⇒ Types::GeneratedPolicyProperties
Returns the value of attribute properties.
531 532 533 |
# File 'sig/types.rbs', line 531 def properties @properties end |