class Aws::SecurityHub::Types::AwsIamInstanceProfile
Information about an instance profile.
@note When making an API call, you may pass AwsIamInstanceProfile
data as a hash: { arn: "NonEmptyString", create_date: "NonEmptyString", instance_profile_id: "NonEmptyString", instance_profile_name: "NonEmptyString", path: "NonEmptyString", roles: [ { 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 instance profile. @return [String]
@!attribute [rw] create_date
Indicates when the instance profile 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] instance_profile_id
The identifier of the instance profile. @return [String]
@!attribute [rw] instance_profile_name
The name of the instance profile. @return [String]
@!attribute [rw] path
The path to the instance profile. @return [String]
@!attribute [rw] roles
The roles associated with the instance profile. @return [Array<Types::AwsIamInstanceProfileRole>]
@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsIamInstanceProfile AWS API Documentation
Constants
- SENSITIVE