Module: Aws::SecurityAgent::Client::_UpdateSecurityRequirementPackResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateSecurityRequirementPackOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#description ⇒ ::String
1529 |
# File 'sig/client.rbs', line 1529
def description: () -> ::String
|
#name ⇒ ::String
1528 |
# File 'sig/client.rbs', line 1528
def name: () -> ::String
|
#pack_id ⇒ ::String
1527 |
# File 'sig/client.rbs', line 1527
def pack_id: () -> ::String
|
#status ⇒ "ENABLED", "DISABLED"
1530 |
# File 'sig/client.rbs', line 1530
def status: () -> ("ENABLED" | "DISABLED")
|