Class: Aws::Types::AssociatedAccessPolicy
- Inherits:
-
Object
- Object
- Aws::Types::AssociatedAccessPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_scope ⇒ Types::AccessScope
Returns the value of attribute access_scope.
-
#associated_at ⇒ ::Time
Returns the value of attribute associated_at.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
Instance Attribute Details
#access_scope ⇒ Types::AccessScope
Returns the value of attribute access_scope.
222 223 224 |
# File 'sig/types.rbs', line 222 def access_scope @access_scope end |
#associated_at ⇒ ::Time
Returns the value of attribute associated_at.
223 224 225 |
# File 'sig/types.rbs', line 223 def associated_at @associated_at end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
224 225 226 |
# File 'sig/types.rbs', line 224 def modified_at @modified_at end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
221 222 223 |
# File 'sig/types.rbs', line 221 def policy_arn @policy_arn end |