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.
1119 1120 1121 |
# File 'sig/types.rbs', line 1119 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1114 1115 1116 |
# File 'sig/types.rbs', line 1114 def description @description end |
#import_status ⇒ "PENDING", ...
Returns the value of attribute import_status.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def import_status @import_status end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1121 1122 1123 |
# File 'sig/types.rbs', line 1121 def kms_key_id @kms_key_id end |
#management_type ⇒ "AWS_MANAGED", "CUSTOMER_MANAGED"
Returns the value of attribute management_type.
1116 1117 1118 |
# File 'sig/types.rbs', line 1116 def management_type @management_type end |
#name ⇒ ::String
Returns the value of attribute name.
1113 1114 1115 |
# File 'sig/types.rbs', line 1113 def name @name end |
#pack_id ⇒ ::String
Returns the value of attribute pack_id.
1112 1113 1114 |
# File 'sig/types.rbs', line 1112 def pack_id @pack_id end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def updated_at @updated_at end |
#vendor_name ⇒ ::String
Returns the value of attribute vendor_name.
1115 1116 1117 |
# File 'sig/types.rbs', line 1115 def vendor_name @vendor_name end |