Class: Aws::Types::GetSecurityRequirementPackOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetSecurityRequirementPackOutput
- 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.
-
#import_status ⇒ "PENDING", ...
Returns the value of attribute import_status.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#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.
1128 1129 1130 |
# File 'sig/types.rbs', line 1128 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def description @description end |
#import_status ⇒ "PENDING", ...
Returns the value of attribute import_status.
1127 1128 1129 |
# File 'sig/types.rbs', line 1127 def import_status @import_status end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1130 1131 1132 |
# File 'sig/types.rbs', line 1130 def kms_key_id @kms_key_id end |
#management_type ⇒ "AWS_MANAGED", "CUSTOMER_MANAGED"
Returns the value of attribute management_type.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def management_type @management_type end |
#name ⇒ ::String
Returns the value of attribute name.
1122 1123 1124 |
# File 'sig/types.rbs', line 1122 def name @name end |
#pack_id ⇒ ::String
Returns the value of attribute pack_id.
1121 1122 1123 |
# File 'sig/types.rbs', line 1121 def pack_id @pack_id end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1129 1130 1131 |
# File 'sig/types.rbs', line 1129 def updated_at @updated_at end |
#vendor_name ⇒ ::String
Returns the value of attribute vendor_name.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def vendor_name @vendor_name end |