You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IAM::AssumeRolePolicy
- Inherits:
-
Resources::Resource
- Object
- Resources::Resource
- Aws::IAM::AssumeRolePolicy
- Defined in:
- (unknown)
Instance Attribute Summary collapse
-
#role_name ⇒ String
readonly
Attributes inherited from Resources::Resource
Instance Method Summary collapse
-
#initialize ⇒ Object
constructor
-
#role ⇒ Role
-
#update(options = {}) ⇒ Struct
Updates the policy that grants an IAM entity permission to assume a role.
Methods inherited from Resources::Resource
add_data_attribute, add_identifier, #data, data_attributes, #data_loaded?, identifiers, #load, #wait_until
Methods included from Resources::OperationMethods
#add_batch_operation, #add_operation, #batch_operation, #batch_operation_names, #batch_operations, #operation, #operation_names, #operations
Constructor Details
#initialize(role_name, options = {}) ⇒ Object #initialize(options = {}) ⇒ Object
Instance Attribute Details
#role_name ⇒ String (readonly)
Instance Method Details
#role ⇒ Role
#update(options = {}) ⇒ Struct
Updates the policy that grants an IAM entity permission to assume a role. This is typically referred to as the "role trust policy". For more information about roles, go to Using Roles to Delegate Permissions and Federate Identities.