Class: Aws::Types::GetGeneratedPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetGeneratedPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#include_resource_placeholders ⇒ Boolean
Returns the value of attribute include_resource_placeholders.
-
#include_service_level_template ⇒ Boolean
Returns the value of attribute include_service_level_template.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
Instance Attribute Details
#include_resource_placeholders ⇒ Boolean
Returns the value of attribute include_resource_placeholders.
647 648 649 |
# File 'sig/types.rbs', line 647 def include_resource_placeholders @include_resource_placeholders end |
#include_service_level_template ⇒ Boolean
Returns the value of attribute include_service_level_template.
648 649 650 |
# File 'sig/types.rbs', line 648 def include_service_level_template @include_service_level_template end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
646 647 648 |
# File 'sig/types.rbs', line 646 def job_id @job_id end |