Module: Aws::SupportAuthZ::Client::_DeleteSupportPermitResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteSupportPermitOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #name ⇒ ::String
- #permit ⇒ Types::Permit
- #signing_key_info ⇒ Types::SigningKeyInfo
- #status ⇒ "ACTIVE", ...
- #support_case_display_id ⇒ ::String
Instance Method Details
#arn ⇒ ::String
127 |
# File 'sig/client.rbs', line 127
def arn: () -> ::String
|
#created_at ⇒ ::Time
132 |
# File 'sig/client.rbs', line 132
def created_at: () -> ::Time
|
#description ⇒ ::String
128 |
# File 'sig/client.rbs', line 128
def description: () -> ::String
|
#name ⇒ ::String
126 |
# File 'sig/client.rbs', line 126
def name: () -> ::String
|
#signing_key_info ⇒ Types::SigningKeyInfo
131 |
# File 'sig/client.rbs', line 131
def signing_key_info: () -> Types::SigningKeyInfo
|
#status ⇒ "ACTIVE", ...
130 |
# File 'sig/client.rbs', line 130
def status: () -> ("ACTIVE" | "INACTIVE" | "DELETING")
|
#support_case_display_id ⇒ ::String
133 |
# File 'sig/client.rbs', line 133
def support_case_display_id: () -> ::String
|