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
1521 |
# File 'sig/client.rbs', line 1521
def description: () -> ::String
|
#name ⇒ ::String
1520 |
# File 'sig/client.rbs', line 1520
def name: () -> ::String
|
#pack_id ⇒ ::String
1519 |
# File 'sig/client.rbs', line 1519
def pack_id: () -> ::String
|
#status ⇒ "ENABLED", "DISABLED"
1522 |
# File 'sig/client.rbs', line 1522
def status: () -> ("ENABLED" | "DISABLED")
|