Class: Aws::Types::GetPolicyOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetPolicyOutput
- 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.
-
#definition ⇒ Types::PolicyDefinitionDetail
Returns the value of attribute definition.
-
#effect ⇒ "Permit", "Forbid"
Returns the value of attribute effect.
-
#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.
-
#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.
531 532 533 |
# File 'sig/types.rbs', line 531 def actions @actions end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
533 534 535 |
# File 'sig/types.rbs', line 533 def created_date @created_date end |
#definition ⇒ Types::PolicyDefinitionDetail
Returns the value of attribute definition.
532 533 534 |
# File 'sig/types.rbs', line 532 def definition @definition end |
#effect ⇒ "Permit", "Forbid"
Returns the value of attribute effect.
535 536 537 |
# File 'sig/types.rbs', line 535 def effect @effect end |
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
534 535 536 |
# File 'sig/types.rbs', line 534 def last_updated_date @last_updated_date end |
#name ⇒ ::String
Returns the value of attribute name.
536 537 538 |
# File 'sig/types.rbs', line 536 def name @name end |
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
527 528 529 |
# File 'sig/types.rbs', line 527 def policy_id @policy_id end |
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
526 527 528 |
# File 'sig/types.rbs', line 526 def policy_store_id @policy_store_id end |
#policy_type ⇒ "STATIC", "TEMPLATE_LINKED"
Returns the value of attribute policy_type.
528 529 530 |
# File 'sig/types.rbs', line 528 def policy_type @policy_type end |
#principal ⇒ Types::EntityIdentifier
Returns the value of attribute principal.
529 530 531 |
# File 'sig/types.rbs', line 529 def principal @principal end |
#resource ⇒ Types::EntityIdentifier
Returns the value of attribute resource.
530 531 532 |
# File 'sig/types.rbs', line 530 def resource @resource end |