You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SecurityHub::Types::AwsIamInstanceProfileRole
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsIamInstanceProfileRole
- Defined in:
- (unknown)
Overview
When passing AwsIamInstanceProfileRole as input to an Aws::Client method, you can use a vanilla Hash:
{
arn: "NonEmptyString",
assume_role_policy_document: "AwsIamRoleAssumeRolePolicyDocument",
create_date: "NonEmptyString",
path: "NonEmptyString",
role_id: "NonEmptyString",
role_name: "NonEmptyString",
}
Information about a role associated with an instance profile.
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the role.
-
#assume_role_policy_document ⇒ String
The policy that grants an entity permission to assume the role.
-
#create_date ⇒ String
Indicates when the role was created.
-
#path ⇒ String
The path to the role.
-
#role_id ⇒ String
The identifier of the role.
-
#role_name ⇒ String
The name of the role.
Instance Attribute Details
#arn ⇒ String
The ARN of the role.
#assume_role_policy_document ⇒ String
The policy that grants an entity permission to assume the role.
#create_date ⇒ String
Indicates when the role was created.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet
Date/Time Format. The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
#path ⇒ String
The path to the role.
#role_id ⇒ String
The identifier of the role.
#role_name ⇒ String
The name of the role.