Module: Aws::MPA::Client::_GetApprovalTeamResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetApprovalTeamResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #approval_strategy ⇒ Types::ApprovalStrategyResponse
- #approvers ⇒ ::Array[Types::GetApprovalTeamResponseApprover]
- #arn ⇒ ::String
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #last_update_time ⇒ ::Time
- #name ⇒ ::String
- #number_of_approvers ⇒ ::Integer
- #pending_update ⇒ Types::PendingUpdate
- #policies ⇒ ::Array[Types::PolicyReference]
- #status ⇒ "ACTIVE", ...
- #status_code ⇒ "VALIDATING", ...
- #status_message ⇒ ::String
- #update_session_arn ⇒ ::String
- #version_id ⇒ ::String
Instance Method Details
#approval_strategy ⇒ Types::ApprovalStrategyResponse
160 |
# File 'sig/client.rbs', line 160
def approval_strategy: () -> Types::ApprovalStrategyResponse
|
#approvers ⇒ ::Array[Types::GetApprovalTeamResponseApprover]
162 |
# File 'sig/client.rbs', line 162
def approvers: () -> ::Array[Types::GetApprovalTeamResponseApprover]
|
#arn ⇒ ::String
163 |
# File 'sig/client.rbs', line 163
def arn: () -> ::String
|
#creation_time ⇒ ::Time
159 |
# File 'sig/client.rbs', line 159
def creation_time: () -> ::Time
|
#description ⇒ ::String
164 |
# File 'sig/client.rbs', line 164
def description: () -> ::String
|
#last_update_time ⇒ ::Time
172 |
# File 'sig/client.rbs', line 172
def last_update_time: () -> ::Time
|
#name ⇒ ::String
165 |
# File 'sig/client.rbs', line 165
def name: () -> ::String
|
#number_of_approvers ⇒ ::Integer
161 |
# File 'sig/client.rbs', line 161
def number_of_approvers: () -> ::Integer
|
#pending_update ⇒ Types::PendingUpdate
173 |
# File 'sig/client.rbs', line 173
def pending_update: () -> Types::PendingUpdate
|
#policies ⇒ ::Array[Types::PolicyReference]
171 |
# File 'sig/client.rbs', line 171
def policies: () -> ::Array[Types::PolicyReference]
|
#status ⇒ "ACTIVE", ...
166 |
# File 'sig/client.rbs', line 166
def status: () -> ("ACTIVE" | "INACTIVE" | "DELETING" | "PENDING")
|
#status_code ⇒ "VALIDATING", ...
167 |
# File 'sig/client.rbs', line 167
def status_code: () -> ("VALIDATING" | "PENDING_ACTIVATION" | "FAILED_VALIDATION" | "FAILED_ACTIVATION" | "UPDATE_PENDING_APPROVAL" | "UPDATE_PENDING_ACTIVATION" | "UPDATE_FAILED_APPROVAL" | "UPDATE_FAILED_ACTIVATION" | "UPDATE_FAILED_VALIDATION" | "DELETE_PENDING_APPROVAL" | "DELETE_FAILED_APPROVAL" | "DELETE_FAILED_VALIDATION")
|
#status_message ⇒ ::String
168 |
# File 'sig/client.rbs', line 168
def status_message: () -> ::String
|
#update_session_arn ⇒ ::String
169 |
# File 'sig/client.rbs', line 169
def update_session_arn: () -> ::String
|
#version_id ⇒ ::String
170 |
# File 'sig/client.rbs', line 170
def version_id: () -> ::String
|