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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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)


13436
13437
13438
13439
13440
13441
13442
13443
13444
13445
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13436

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)


13436
13437
13438
13439
13440
13441
13442
13443
13444
13445
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13436

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.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.

Returns:

  • (String)


13436
13437
13438
13439
13440
13441
13442
13443
13444
13445
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13436

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)


13436
13437
13438
13439
13440
13441
13442
13443
13444
13445
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13436

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)


13436
13437
13438
13439
13440
13441
13442
13443
13444
13445
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13436

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)


13436
13437
13438
13439
13440
13441
13442
13443
13444
13445
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13436

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