Class: Aws::Types::BatchGetPolicyOutputItem
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetPolicyOutputItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#definition ⇒ Types::PolicyDefinitionDetail
Returns the value of attribute definition.
-
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
-
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
-
#policy_type ⇒ "STATIC", "TEMPLATE_LINKED"
Returns the value of attribute policy_type.
Instance Attribute Details
#created_date ⇒ ::Time
Returns the value of attribute created_date.
90 91 92 |
# File 'sig/types.rbs', line 90 def created_date @created_date end |
#definition ⇒ Types::PolicyDefinitionDetail
Returns the value of attribute definition.
89 90 91 |
# File 'sig/types.rbs', line 89 def definition @definition end |
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
91 92 93 |
# File 'sig/types.rbs', line 91 def last_updated_date @last_updated_date end |
#name ⇒ ::String
Returns the value of attribute name.
92 93 94 |
# File 'sig/types.rbs', line 92 def name @name end |
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
87 88 89 |
# File 'sig/types.rbs', line 87 def policy_id @policy_id end |
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
86 87 88 |
# File 'sig/types.rbs', line 86 def policy_store_id @policy_store_id end |
#policy_type ⇒ "STATIC", "TEMPLATE_LINKED"
Returns the value of attribute policy_type.
88 89 90 |
# File 'sig/types.rbs', line 88 def policy_type @policy_type end |