Module: Aws::SupportAuthZ::Client::_CreateSupportPermitResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateSupportPermitOutput]
- 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
84 |
# File 'sig/client.rbs', line 84
def arn: () -> ::String
|
#created_at ⇒ ::Time
89 |
# File 'sig/client.rbs', line 89
def created_at: () -> ::Time
|
#description ⇒ ::String
85 |
# File 'sig/client.rbs', line 85
def description: () -> ::String
|
#name ⇒ ::String
83 |
# File 'sig/client.rbs', line 83
def name: () -> ::String
|
#signing_key_info ⇒ Types::SigningKeyInfo
88 |
# File 'sig/client.rbs', line 88
def signing_key_info: () -> Types::SigningKeyInfo
|
#status ⇒ "ACTIVE", ...
87 |
# File 'sig/client.rbs', line 87
def status: () -> ("ACTIVE" | "INACTIVE" | "DELETING")
|
#support_case_display_id ⇒ ::String
90 |
# File 'sig/client.rbs', line 90
def support_case_display_id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
91 |
# File 'sig/client.rbs', line 91
def tags: () -> ::Hash[::String, ::String]
|