Module: Aws::SecurityAgent::Client::_GetSecurityRequirementPackResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSecurityRequirementPackOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #import_status ⇒ "PENDING", ...
- #kms_key_id ⇒ ::String
- #management_type ⇒ "AWS_MANAGED", "CUSTOMER_MANAGED"
- #name ⇒ ::String
- #pack_id ⇒ ::String
- #status ⇒ "ENABLED", "DISABLED"
- #updated_at ⇒ ::Time
- #vendor_name ⇒ ::String
Instance Method Details
#created_at ⇒ ::Time
843 |
# File 'sig/client.rbs', line 843
def created_at: () -> ::Time
|
#description ⇒ ::String
838 |
# File 'sig/client.rbs', line 838
def description: () -> ::String
|
#import_status ⇒ "PENDING", ...
842 |
# File 'sig/client.rbs', line 842
def import_status: () -> ("PENDING" | "IN_PROGRESS" | "FAILED" | "COMPLETED")
|
#kms_key_id ⇒ ::String
845 |
# File 'sig/client.rbs', line 845
def kms_key_id: () -> ::String
|
#management_type ⇒ "AWS_MANAGED", "CUSTOMER_MANAGED"
840 |
# File 'sig/client.rbs', line 840
def management_type: () -> ("AWS_MANAGED" | "CUSTOMER_MANAGED")
|
#name ⇒ ::String
837 |
# File 'sig/client.rbs', line 837
def name: () -> ::String
|
#pack_id ⇒ ::String
836 |
# File 'sig/client.rbs', line 836
def pack_id: () -> ::String
|
#status ⇒ "ENABLED", "DISABLED"
841 |
# File 'sig/client.rbs', line 841
def status: () -> ("ENABLED" | "DISABLED")
|
#updated_at ⇒ ::Time
844 |
# File 'sig/client.rbs', line 844
def updated_at: () -> ::Time
|
#vendor_name ⇒ ::String
839 |
# File 'sig/client.rbs', line 839
def vendor_name: () -> ::String
|