Module: Aws::AccountAccess::Client::_GetApplicationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetApplicationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #identity_source ⇒ Types::IdentitySourceDetails
- #status ⇒ "CREATE_IN_PROGRESS", ...
- #tags ⇒ ::Hash[::String, ::String]
- #tenant_id ⇒ ::String
- #updated_at ⇒ ::Time
Instance Method Details
#created_at ⇒ ::Time
141 |
# File 'sig/client.rbs', line 141
def created_at: () -> ::Time
|
#identity_source ⇒ Types::IdentitySourceDetails
138 |
# File 'sig/client.rbs', line 138
def identity_source: () -> Types::IdentitySourceDetails
|
#status ⇒ "CREATE_IN_PROGRESS", ...
139 |
# File 'sig/client.rbs', line 139
def status: () -> ("CREATE_IN_PROGRESS" | "ACTIVE" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
143 |
# File 'sig/client.rbs', line 143
def tags: () -> ::Hash[::String, ::String]
|
#tenant_id ⇒ ::String
140 |
# File 'sig/client.rbs', line 140
def tenant_id: () -> ::String
|
#updated_at ⇒ ::Time
142 |
# File 'sig/client.rbs', line 142
def updated_at: () -> ::Time
|