class
Amazonite::Iam::CreateDelegationRequestResponse
- Amazonite::Iam::CreateDelegationRequestResponse
- Reference
- Object
Defined in:
iam/create_delegation_request_response.crConstructors
- .from_xml(node : XML::Node) : self
- .new(console_deep_link : String | Nil = nil, delegation_request_id : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#console_deep_link : String | Nil
A deep link URL to the Amazon Web Services Management Console for managing the delegation request.
-
#console_deep_link=(console_deep_link : String | Nil)
A deep link URL to the Amazon Web Services Management Console for managing the delegation request.
-
#delegation_request_id : String | Nil
The unique identifier for the created delegation request.
-
#delegation_request_id=(delegation_request_id : String | Nil)
The unique identifier for the created delegation request.
-
#hash(hasher)
See
Object#hash(hasher) - #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
A deep link URL to the Amazon Web Services Management Console for managing the delegation request.
For a console based workflow, partners should redirect the customer to this URL. If the customer is not logged in to any Amazon Web Services account, the Amazon Web Services workflow will automatically direct the customer to log in and then display the delegation request approval page.
A deep link URL to the Amazon Web Services Management Console for managing the delegation request.
For a console based workflow, partners should redirect the customer to this URL. If the customer is not logged in to any Amazon Web Services account, the Amazon Web Services workflow will automatically direct the customer to log in and then display the delegation request approval page.
The unique identifier for the created delegation request.
The unique identifier for the created delegation request.