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
846 |
# File 'sig/client.rbs', line 846
def created_at: () -> ::Time
|
#description ⇒ ::String
841 |
# File 'sig/client.rbs', line 841
def description: () -> ::String
|
#import_status ⇒ "PENDING", ...
845 |
# File 'sig/client.rbs', line 845
def import_status: () -> ("PENDING" | "IN_PROGRESS" | "FAILED" | "COMPLETED")
|
#kms_key_id ⇒ ::String
848 |
# File 'sig/client.rbs', line 848
def kms_key_id: () -> ::String
|
#management_type ⇒ "AWS_MANAGED", "CUSTOMER_MANAGED"
843 |
# File 'sig/client.rbs', line 843
def management_type: () -> ("AWS_MANAGED" | "CUSTOMER_MANAGED")
|
#name ⇒ ::String
840 |
# File 'sig/client.rbs', line 840
def name: () -> ::String
|
#pack_id ⇒ ::String
839 |
# File 'sig/client.rbs', line 839
def pack_id: () -> ::String
|
#status ⇒ "ENABLED", "DISABLED"
844 |
# File 'sig/client.rbs', line 844
def status: () -> ("ENABLED" | "DISABLED")
|
#updated_at ⇒ ::Time
847 |
# File 'sig/client.rbs', line 847
def updated_at: () -> ::Time
|
#vendor_name ⇒ ::String
842 |
# File 'sig/client.rbs', line 842
def vendor_name: () -> ::String
|