Class: Aws::Types::AccessPolicySummary
- Inherits:
-
Object
- Object
- Aws::Types::AccessPolicySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_date ⇒ ::Integer
Returns the value of attribute created_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_modified_date ⇒ ::Integer
Returns the value of attribute last_modified_date.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#policy_version ⇒ ::String
Returns the value of attribute policy_version.
-
#type ⇒ "data"
Returns the value of attribute type.
Instance Attribute Details
#created_date ⇒ ::Integer
Returns the value of attribute created_date.
32 33 34 |
# File 'sig/types.rbs', line 32 def created_date @created_date end |
#description ⇒ ::String
Returns the value of attribute description.
31 32 33 |
# File 'sig/types.rbs', line 31 def description @description end |
#last_modified_date ⇒ ::Integer
Returns the value of attribute last_modified_date.
33 34 35 |
# File 'sig/types.rbs', line 33 def last_modified_date @last_modified_date end |
#name ⇒ ::String
Returns the value of attribute name.
29 30 31 |
# File 'sig/types.rbs', line 29 def name @name end |
#policy_version ⇒ ::String
Returns the value of attribute policy_version.
30 31 32 |
# File 'sig/types.rbs', line 30 def policy_version @policy_version end |
#type ⇒ "data"
Returns the value of attribute type.
28 29 30 |
# File 'sig/types.rbs', line 28 def type @type end |