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.
1885 1886 1887 |
# File 'sig/types.rbs', line 1885 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1884 1885 1886 |
# File 'sig/types.rbs', line 1884 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1883 1884 1885 |
# File 'sig/types.rbs', line 1883 def name @name end |
#pack_id ⇒ ::String
Returns the value of attribute pack_id.
1882 1883 1884 |
# File 'sig/types.rbs', line 1882 def pack_id @pack_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1886 1887 1888 |
# File 'sig/types.rbs', line 1886 def updated_at @updated_at end |