Module: Aws::MPA::Client::_GetSessionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSessionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #action_completion_strategy ⇒ "AUTO_COMPLETION_UPON_APPROVAL"
- #action_name ⇒ ::String
- #additional_security_requirements ⇒ ::Array[("APPROVER_VERIFICATION_REQUIRED")]
- #approval_strategy ⇒ Types::ApprovalStrategyResponse
- #approval_team_arn ⇒ ::String
- #approval_team_name ⇒ ::String
- #approver_responses ⇒ ::Array[Types::GetSessionResponseApproverResponse]
- #completion_time ⇒ ::Time
- #description ⇒ ::String
- #execution_status ⇒ "EXECUTED", ...
- #expiration_time ⇒ ::Time
- #initiation_time ⇒ ::Time
- #metadata ⇒ ::Hash[::String, ::String]
- #number_of_approvers ⇒ ::Integer
- #protected_resource_arn ⇒ ::String
- #requester_account_id ⇒ ::String
- #requester_comment ⇒ ::String
- #requester_principal_arn ⇒ ::String
- #requester_region ⇒ ::String
- #requester_service_principal ⇒ ::String
- #session_arn ⇒ ::String
- #status ⇒ "PENDING", ...
- #status_code ⇒ "REJECTED", ...
- #status_message ⇒ ::String
Instance Method Details
#action_completion_strategy ⇒ "AUTO_COMPLETION_UPON_APPROVAL"
246 |
# File 'sig/client.rbs', line 246
def action_completion_strategy: () -> ("AUTO_COMPLETION_UPON_APPROVAL")
|
#action_name ⇒ ::String
240 |
# File 'sig/client.rbs', line 240
def action_name: () -> ::String
|
#additional_security_requirements ⇒ ::Array[("APPROVER_VERIFICATION_REQUIRED")]
248 |
# File 'sig/client.rbs', line 248
def additional_security_requirements: () -> ::Array[("APPROVER_VERIFICATION_REQUIRED")]
|
#approval_strategy ⇒ Types::ApprovalStrategyResponse
229 |
# File 'sig/client.rbs', line 229
def approval_strategy: () -> Types::ApprovalStrategyResponse
|
#approval_team_arn ⇒ ::String
226 |
# File 'sig/client.rbs', line 226
def approval_team_arn: () -> ::String
|
#approval_team_name ⇒ ::String
227 |
# File 'sig/client.rbs', line 227
def approval_team_name: () -> ::String
|
#approver_responses ⇒ ::Array[Types::GetSessionResponseApproverResponse]
247 |
# File 'sig/client.rbs', line 247
def approver_responses: () -> ::Array[Types::GetSessionResponseApproverResponse]
|
#completion_time ⇒ ::Time
233 |
# File 'sig/client.rbs', line 233
def completion_time: () -> ::Time
|
#description ⇒ ::String
234 |
# File 'sig/client.rbs', line 234
def description: () -> ::String
|
#execution_status ⇒ "EXECUTED", ...
239 |
# File 'sig/client.rbs', line 239
def execution_status: () -> ("EXECUTED" | "FAILED" | "PENDING")
|
#expiration_time ⇒ ::Time
232 |
# File 'sig/client.rbs', line 232
def expiration_time: () -> ::Time
|
#initiation_time ⇒ ::Time
231 |
# File 'sig/client.rbs', line 231
def initiation_time: () -> ::Time
|
#metadata ⇒ ::Hash[::String, ::String]
235 |
# File 'sig/client.rbs', line 235
def metadata: () -> ::Hash[::String, ::String]
|
#number_of_approvers ⇒ ::Integer
230 |
# File 'sig/client.rbs', line 230
def number_of_approvers: () -> ::Integer
|
#protected_resource_arn ⇒ ::String
228 |
# File 'sig/client.rbs', line 228
def protected_resource_arn: () -> ::String
|
#requester_account_id ⇒ ::String
243 |
# File 'sig/client.rbs', line 243
def requester_account_id: () -> ::String
|
#requester_comment ⇒ ::String
245 |
# File 'sig/client.rbs', line 245
def requester_comment: () -> ::String
|
#requester_principal_arn ⇒ ::String
242 |
# File 'sig/client.rbs', line 242
def requester_principal_arn: () -> ::String
|
#requester_region ⇒ ::String
244 |
# File 'sig/client.rbs', line 244
def requester_region: () -> ::String
|
#requester_service_principal ⇒ ::String
241 |
# File 'sig/client.rbs', line 241
def requester_service_principal: () -> ::String
|
#session_arn ⇒ ::String
225 |
# File 'sig/client.rbs', line 225
def session_arn: () -> ::String
|
#status ⇒ "PENDING", ...
236 |
# File 'sig/client.rbs', line 236
def status: () -> ("PENDING" | "CANCELLED" | "APPROVED" | "FAILED" | "CREATING")
|
#status_code ⇒ "REJECTED", ...
237 |
# File 'sig/client.rbs', line 237
def status_code: () -> ("REJECTED" | "EXPIRED" | "CONFIGURATION_CHANGED" | "ALL_APPROVERS_IN_SESSION")
|
#status_message ⇒ ::String
238 |
# File 'sig/client.rbs', line 238
def status_message: () -> ::String
|