Class: Aws::Types::CreatePolicyOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreatePolicyOutput
- 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.
322 323 324 |
# File 'sig/types.rbs', line 322 def actions @actions end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
323 324 325 |
# File 'sig/types.rbs', line 323 def created_date @created_date end |
#effect ⇒ "Permit", "Forbid"
Returns the value of attribute effect.
325 326 327 |
# File 'sig/types.rbs', line 325 def effect @effect end |
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
324 325 326 |
# File 'sig/types.rbs', line 324 def last_updated_date @last_updated_date end |
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
318 319 320 |
# File 'sig/types.rbs', line 318 def policy_id @policy_id end |
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
317 318 319 |
# File 'sig/types.rbs', line 317 def policy_store_id @policy_store_id end |
#policy_type ⇒ "STATIC", "TEMPLATE_LINKED"
Returns the value of attribute policy_type.
319 320 321 |
# File 'sig/types.rbs', line 319 def policy_type @policy_type end |
#principal ⇒ Types::EntityIdentifier
Returns the value of attribute principal.
320 321 322 |
# File 'sig/types.rbs', line 320 def principal @principal end |
#resource ⇒ Types::EntityIdentifier
Returns the value of attribute resource.
321 322 323 |
# File 'sig/types.rbs', line 321 def resource @resource end |