Class: Aws::Types::UpdatePolicyOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePolicyOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[Types::ActionIdentifier]
Returns the value of attribute actions.
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#effect ⇒ "Permit", "Forbid"
Returns the value of attribute effect.
-
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
-
#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.
-
#principal ⇒ Types::EntityIdentifier
Returns the value of attribute principal.
-
#resource ⇒ Types::EntityIdentifier
Returns the value of attribute resource.
Instance Attribute Details
#actions ⇒ ::Array[Types::ActionIdentifier]
Returns the value of attribute actions.
1215 1216 1217 |
# File 'sig/types.rbs', line 1215 def actions @actions end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def created_date @created_date end |
#effect ⇒ "Permit", "Forbid"
Returns the value of attribute effect.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def effect @effect end |
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def last_updated_date @last_updated_date end |
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def policy_id @policy_id end |
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
1210 1211 1212 |
# File 'sig/types.rbs', line 1210 def policy_store_id @policy_store_id end |
#policy_type ⇒ "STATIC", "TEMPLATE_LINKED"
Returns the value of attribute policy_type.
1212 1213 1214 |
# File 'sig/types.rbs', line 1212 def policy_type @policy_type end |
#principal ⇒ Types::EntityIdentifier
Returns the value of attribute principal.
1213 1214 1215 |
# File 'sig/types.rbs', line 1213 def principal @principal end |
#resource ⇒ Types::EntityIdentifier
Returns the value of attribute resource.
1214 1215 1216 |
# File 'sig/types.rbs', line 1214 def resource @resource end |