Class: Aws::Types::SecurityRequirementSummary
- Inherits:
-
Object
- Object
- Aws::Types::SecurityRequirementSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#pack_id ⇒ ::String
Returns the value of attribute pack_id.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1872 1873 1874 |
# File 'sig/types.rbs', line 1872 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1871 1872 1873 |
# File 'sig/types.rbs', line 1871 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1870 1871 1872 |
# File 'sig/types.rbs', line 1870 def name @name end |
#pack_id ⇒ ::String
Returns the value of attribute pack_id.
1869 1870 1871 |
# File 'sig/types.rbs', line 1869 def pack_id @pack_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1873 1874 1875 |
# File 'sig/types.rbs', line 1873 def updated_at @updated_at end |