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.
241 242 243 |
# File 'sig/types.rbs', line 241 def access_scope @access_scope end |
#associated_at ⇒ ::Time
Returns the value of attribute associated_at.
242 243 244 |
# File 'sig/types.rbs', line 242 def associated_at @associated_at end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
243 244 245 |
# File 'sig/types.rbs', line 243 def modified_at @modified_at end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
240 241 242 |
# File 'sig/types.rbs', line 240 def policy_arn @policy_arn end |