Class: Aws::SecurityHub::Types::AwsIamInstanceProfileRole

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

Information about a role associated with an instance profile.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the role.

Returns:

  • (String)


13490
13491
13492
13493
13494
13495
13496
13497
13498
13499
# File 'lib/aws-sdk-securityhub/types.rb', line 13490

class AwsIamInstanceProfileRole < Struct.new(
  :arn,
  :assume_role_policy_document,
  :create_date,
  :path,
  :role_id,
  :role_name)
  SENSITIVE = []
  include Aws::Structure
end

#assume_role_policy_documentString

The policy that grants an entity permission to assume the role.

Returns:

  • (String)


13490
13491
13492
13493
13494
13495
13496
13497
13498
13499
# File 'lib/aws-sdk-securityhub/types.rb', line 13490

class AwsIamInstanceProfileRole < Struct.new(
  :arn,
  :assume_role_policy_document,
  :create_date,
  :path,
  :role_id,
  :role_name)
  SENSITIVE = []
  include Aws::Structure
end

#create_dateString

Indicates when the role was created.

For more information about the validation and formatting of timestamp fields in Security Hub, see [Timestamps].

[1]: docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps

Returns:

  • (String)


13490
13491
13492
13493
13494
13495
13496
13497
13498
13499
# File 'lib/aws-sdk-securityhub/types.rb', line 13490

class AwsIamInstanceProfileRole < Struct.new(
  :arn,
  :assume_role_policy_document,
  :create_date,
  :path,
  :role_id,
  :role_name)
  SENSITIVE = []
  include Aws::Structure
end

#pathString

The path to the role.

Returns:

  • (String)


13490
13491
13492
13493
13494
13495
13496
13497
13498
13499
# File 'lib/aws-sdk-securityhub/types.rb', line 13490

class AwsIamInstanceProfileRole < Struct.new(
  :arn,
  :assume_role_policy_document,
  :create_date,
  :path,
  :role_id,
  :role_name)
  SENSITIVE = []
  include Aws::Structure
end

#role_idString

The identifier of the role.

Returns:

  • (String)


13490
13491
13492
13493
13494
13495
13496
13497
13498
13499
# File 'lib/aws-sdk-securityhub/types.rb', line 13490

class AwsIamInstanceProfileRole < Struct.new(
  :arn,
  :assume_role_policy_document,
  :create_date,
  :path,
  :role_id,
  :role_name)
  SENSITIVE = []
  include Aws::Structure
end

#role_nameString

The name of the role.

Returns:

  • (String)


13490
13491
13492
13493
13494
13495
13496
13497
13498
13499
# File 'lib/aws-sdk-securityhub/types.rb', line 13490

class AwsIamInstanceProfileRole < Struct.new(
  :arn,
  :assume_role_policy_document,
  :create_date,
  :path,
  :role_id,
  :role_name)
  SENSITIVE = []
  include Aws::Structure
end