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.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def description @description end |
#import_status ⇒ "PENDING", ...
Returns the value of attribute import_status.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def import_status @import_status end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def kms_key_id @kms_key_id end |
#management_type ⇒ "AWS_MANAGED", "CUSTOMER_MANAGED"
Returns the value of attribute management_type.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def management_type @management_type end |
#name ⇒ ::String
Returns the value of attribute name.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def name @name end |
#pack_id ⇒ ::String
Returns the value of attribute pack_id.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def pack_id @pack_id end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1147 1148 1149 |
# File 'sig/types.rbs', line 1147 def updated_at @updated_at end |
#vendor_name ⇒ ::String
Returns the value of attribute vendor_name.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def vendor_name @vendor_name end |