Class: Aws::Types::SecurityPolicySummary
- Inherits:
-
Object
- Object
- Aws::Types::SecurityPolicySummary
- 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 ⇒ "encryption", "network"
Returns the value of attribute type.
Instance Attribute Details
#created_date ⇒ ::Integer
Returns the value of attribute created_date.
798 799 800 |
# File 'sig/types.rbs', line 798 def created_date @created_date end |
#description ⇒ ::String
Returns the value of attribute description.
797 798 799 |
# File 'sig/types.rbs', line 797 def description @description end |
#last_modified_date ⇒ ::Integer
Returns the value of attribute last_modified_date.
799 800 801 |
# File 'sig/types.rbs', line 799 def last_modified_date @last_modified_date end |
#name ⇒ ::String
Returns the value of attribute name.
795 796 797 |
# File 'sig/types.rbs', line 795 def name @name end |
#policy_version ⇒ ::String
Returns the value of attribute policy_version.
796 797 798 |
# File 'sig/types.rbs', line 796 def policy_version @policy_version end |
#type ⇒ "encryption", "network"
Returns the value of attribute type.
794 795 796 |
# File 'sig/types.rbs', line 794 def type @type end |