class Aws::SecurityHub::Types::AwsIamInstanceProfileRole

Information about a role associated with an instance profile.

@note When making an API call, you may pass AwsIamInstanceProfileRole

data as a hash:

    {
      arn: "NonEmptyString",
      assume_role_policy_document: "AwsIamRoleAssumeRolePolicyDocument",
      create_date: "NonEmptyString",
      path: "NonEmptyString",
      role_id: "NonEmptyString",
      role_name: "NonEmptyString",
    }

@!attribute [rw] arn

The ARN of the role.
@return [String]

@!attribute [rw] assume_role_policy_document

The policy that grants an entity permission to assume the role.
@return [String]

@!attribute [rw] create_date

Indicates when the role was created.

Uses the `date-time` format specified in [RFC 3339 section 5.6,
Internet Date/Time Format][1]. The value cannot contain spaces. For
example, `2020-03-22T13:22:13.933Z`.

[1]: https://tools.ietf.org/html/rfc3339#section-5.6
@return [String]

@!attribute [rw] path

The path to the role.
@return [String]

@!attribute [rw] role_id

The identifier of the role.
@return [String]

@!attribute [rw] role_name

The name of the role.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsIamInstanceProfileRole AWS API Documentation

Constants

SENSITIVE