Class: Aws::Types::PolicyItem
- Inherits:
-
Object
- Object
- Aws::Types::PolicyItem
- 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::PolicyDefinitionItem
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.
947 948 949 |
# File 'sig/types.rbs', line 947 def actions @actions end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
949 950 951 |
# File 'sig/types.rbs', line 949 def created_date @created_date end |
#definition ⇒ Types::PolicyDefinitionItem
Returns the value of attribute definition.
948 949 950 |
# File 'sig/types.rbs', line 948 def definition @definition end |
#effect ⇒ "Permit", "Forbid"
Returns the value of attribute effect.
951 952 953 |
# File 'sig/types.rbs', line 951 def effect @effect end |
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
950 951 952 |
# File 'sig/types.rbs', line 950 def last_updated_date @last_updated_date end |
#name ⇒ ::String
Returns the value of attribute name.
952 953 954 |
# File 'sig/types.rbs', line 952 def name @name end |
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
943 944 945 |
# File 'sig/types.rbs', line 943 def policy_id @policy_id end |
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
942 943 944 |
# File 'sig/types.rbs', line 942 def policy_store_id @policy_store_id end |
#policy_type ⇒ "STATIC", "TEMPLATE_LINKED"
Returns the value of attribute policy_type.
944 945 946 |
# File 'sig/types.rbs', line 944 def policy_type @policy_type end |
#principal ⇒ Types::EntityIdentifier
Returns the value of attribute principal.
945 946 947 |
# File 'sig/types.rbs', line 945 def principal @principal end |
#resource ⇒ Types::EntityIdentifier
Returns the value of attribute resource.
946 947 948 |
# File 'sig/types.rbs', line 946 def resource @resource end |