Class: Aws::Types::AccessPolicySummary
- Inherits:
-
Object
- Object
- Aws::Types::AccessPolicySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#identity ⇒ Types::Identity
Returns the value of attribute identity.
-
#last_update_date ⇒ ::Time
Returns the value of attribute last_update_date.
-
#permission ⇒ "ADMINISTRATOR", "VIEWER"
Returns the value of attribute permission.
-
#resource ⇒ Types::Resource
Returns the value of attribute resource.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
22 23 24 |
# File 'sig/types.rbs', line 22 def creation_date @creation_date end |
#id ⇒ ::String
Returns the value of attribute id.
18 19 20 |
# File 'sig/types.rbs', line 18 def id @id end |
#identity ⇒ Types::Identity
Returns the value of attribute identity.
19 20 21 |
# File 'sig/types.rbs', line 19 def identity @identity end |
#last_update_date ⇒ ::Time
Returns the value of attribute last_update_date.
23 24 25 |
# File 'sig/types.rbs', line 23 def last_update_date @last_update_date end |
#permission ⇒ "ADMINISTRATOR", "VIEWER"
Returns the value of attribute permission.
21 22 23 |
# File 'sig/types.rbs', line 21 def @permission end |
#resource ⇒ Types::Resource
Returns the value of attribute resource.
20 21 22 |
# File 'sig/types.rbs', line 20 def resource @resource end |