Module: Aws::SupportAuthZ::Client::_GetSupportPermitResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSupportPermitOutput]
- 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
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
156 |
# File 'sig/client.rbs', line 156
def arn: () -> ::String
|
#created_at ⇒ ::Time
161 |
# File 'sig/client.rbs', line 161
def created_at: () -> ::Time
|
#description ⇒ ::String
157 |
# File 'sig/client.rbs', line 157
def description: () -> ::String
|
#name ⇒ ::String
155 |
# File 'sig/client.rbs', line 155
def name: () -> ::String
|
#signing_key_info ⇒ Types::SigningKeyInfo
160 |
# File 'sig/client.rbs', line 160
def signing_key_info: () -> Types::SigningKeyInfo
|
#status ⇒ "ACTIVE", ...
159 |
# File 'sig/client.rbs', line 159
def status: () -> ("ACTIVE" | "INACTIVE" | "DELETING")
|
#support_case_display_id ⇒ ::String
162 |
# File 'sig/client.rbs', line 162
def support_case_display_id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
163 |
# File 'sig/client.rbs', line 163
def tags: () -> ::Hash[::String, ::String]
|