Class: Aws::Types::SecurityPolicyDetail
- Inherits:
-
Object
- Object
- Aws::Types::SecurityPolicyDetail
- 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 ⇒ Object
Returns the value of attribute policy.
-
#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.
782 783 784 |
# File 'sig/types.rbs', line 782 def created_date @created_date end |
#description ⇒ ::String
Returns the value of attribute description.
780 781 782 |
# File 'sig/types.rbs', line 780 def description @description end |
#last_modified_date ⇒ ::Integer
Returns the value of attribute last_modified_date.
783 784 785 |
# File 'sig/types.rbs', line 783 def last_modified_date @last_modified_date end |
#name ⇒ ::String
Returns the value of attribute name.
778 779 780 |
# File 'sig/types.rbs', line 778 def name @name end |
#policy ⇒ Object
Returns the value of attribute policy.
781 782 783 |
# File 'sig/types.rbs', line 781 def policy @policy end |
#policy_version ⇒ ::String
Returns the value of attribute policy_version.
779 780 781 |
# File 'sig/types.rbs', line 779 def policy_version @policy_version end |
#type ⇒ "encryption", "network"
Returns the value of attribute type.
777 778 779 |
# File 'sig/types.rbs', line 777 def type @type end |