Class: Aws::Types::GetPolicyTemplateOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetPolicyTemplateOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
-
#policy_template_id ⇒ ::String
Returns the value of attribute policy_template_id.
-
#statement ⇒ ::String
Returns the value of attribute statement.
Instance Attribute Details
#created_date ⇒ ::Time
Returns the value of attribute created_date.
585 586 587 |
# File 'sig/types.rbs', line 585 def created_date @created_date end |
#description ⇒ ::String
Returns the value of attribute description.
583 584 585 |
# File 'sig/types.rbs', line 583 def description @description end |
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
586 587 588 |
# File 'sig/types.rbs', line 586 def last_updated_date @last_updated_date end |
#name ⇒ ::String
Returns the value of attribute name.
587 588 589 |
# File 'sig/types.rbs', line 587 def name @name end |
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
581 582 583 |
# File 'sig/types.rbs', line 581 def policy_store_id @policy_store_id end |
#policy_template_id ⇒ ::String
Returns the value of attribute policy_template_id.
582 583 584 |
# File 'sig/types.rbs', line 582 def policy_template_id @policy_template_id end |
#statement ⇒ ::String
Returns the value of attribute statement.
584 585 586 |
# File 'sig/types.rbs', line 584 def statement @statement end |