Class: Aws::Types::SecurityRequirementPackSummary
- Inherits:
-
Object
- Object
- Aws::Types::SecurityRequirementPackSummary
- 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.
-
#management_type ⇒ "AWS_MANAGED", "CUSTOMER_MANAGED"
Returns the value of attribute management_type.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#pack_id ⇒ ::String
Returns the value of attribute pack_id.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#vendor_name ⇒ ::String
Returns the value of attribute vendor_name.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1863 1864 1865 |
# File 'sig/types.rbs', line 1863 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1859 1860 1861 |
# File 'sig/types.rbs', line 1859 def description @description end |
#management_type ⇒ "AWS_MANAGED", "CUSTOMER_MANAGED"
Returns the value of attribute management_type.
1861 1862 1863 |
# File 'sig/types.rbs', line 1861 def management_type @management_type end |
#name ⇒ ::String
Returns the value of attribute name.
1858 1859 1860 |
# File 'sig/types.rbs', line 1858 def name @name end |
#pack_id ⇒ ::String
Returns the value of attribute pack_id.
1857 1858 1859 |
# File 'sig/types.rbs', line 1857 def pack_id @pack_id end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
1862 1863 1864 |
# File 'sig/types.rbs', line 1862 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1864 1865 1866 |
# File 'sig/types.rbs', line 1864 def updated_at @updated_at end |
#vendor_name ⇒ ::String
Returns the value of attribute vendor_name.
1860 1861 1862 |
# File 'sig/types.rbs', line 1860 def vendor_name @vendor_name end |