Class: Aws::SecurityHub::Types::AwsIamRoleDetails

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

Overview

Contains information about an IAM role, including all of the role's policies.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assume_role_policy_documentString

The trust policy that grants permission to assume the role.

Returns:

  • (String)


13640
13641
13642
13643
13644
13645
13646
13647
13648
13649
13650
13651
13652
13653
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13640

class AwsIamRoleDetails < Struct.new(
  :assume_role_policy_document,
  :attached_managed_policies,
  :create_date,
  :instance_profile_list,
  :permissions_boundary,
  :role_id,
  :role_name,
  :role_policy_list,
  :max_session_duration,
  :path)
  SENSITIVE = []
  include Aws::Structure
end

#attached_managed_policiesArray<Types::AwsIamAttachedManagedPolicy>

The list of the managed policies that are attached to the role.



13640
13641
13642
13643
13644
13645
13646
13647
13648
13649
13650
13651
13652
13653
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13640

class AwsIamRoleDetails < Struct.new(
  :assume_role_policy_document,
  :attached_managed_policies,
  :create_date,
  :instance_profile_list,
  :permissions_boundary,
  :role_id,
  :role_name,
  :role_policy_list,
  :max_session_duration,
  :path)
  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)


13640
13641
13642
13643
13644
13645
13646
13647
13648
13649
13650
13651
13652
13653
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13640

class AwsIamRoleDetails < Struct.new(
  :assume_role_policy_document,
  :attached_managed_policies,
  :create_date,
  :instance_profile_list,
  :permissions_boundary,
  :role_id,
  :role_name,
  :role_policy_list,
  :max_session_duration,
  :path)
  SENSITIVE = []
  include Aws::Structure
end

#instance_profile_listArray<Types::AwsIamInstanceProfile>

The list of instance profiles that contain this role.

Returns:



13640
13641
13642
13643
13644
13645
13646
13647
13648
13649
13650
13651
13652
13653
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13640

class AwsIamRoleDetails < Struct.new(
  :assume_role_policy_document,
  :attached_managed_policies,
  :create_date,
  :instance_profile_list,
  :permissions_boundary,
  :role_id,
  :role_name,
  :role_policy_list,
  :max_session_duration,
  :path)
  SENSITIVE = []
  include Aws::Structure
end

#max_session_durationInteger

The maximum session duration (in seconds) that you want to set for the specified role.

Returns:

  • (Integer)


13640
13641
13642
13643
13644
13645
13646
13647
13648
13649
13650
13651
13652
13653
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13640

class AwsIamRoleDetails < Struct.new(
  :assume_role_policy_document,
  :attached_managed_policies,
  :create_date,
  :instance_profile_list,
  :permissions_boundary,
  :role_id,
  :role_name,
  :role_policy_list,
  :max_session_duration,
  :path)
  SENSITIVE = []
  include Aws::Structure
end

#pathString

The path to the role.

Returns:

  • (String)


13640
13641
13642
13643
13644
13645
13646
13647
13648
13649
13650
13651
13652
13653
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13640

class AwsIamRoleDetails < Struct.new(
  :assume_role_policy_document,
  :attached_managed_policies,
  :create_date,
  :instance_profile_list,
  :permissions_boundary,
  :role_id,
  :role_name,
  :role_policy_list,
  :max_session_duration,
  :path)
  SENSITIVE = []
  include Aws::Structure
end

#permissions_boundaryTypes::AwsIamPermissionsBoundary

Information about the policy used to set the permissions boundary for an IAM principal.



13640
13641
13642
13643
13644
13645
13646
13647
13648
13649
13650
13651
13652
13653
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13640

class AwsIamRoleDetails < Struct.new(
  :assume_role_policy_document,
  :attached_managed_policies,
  :create_date,
  :instance_profile_list,
  :permissions_boundary,
  :role_id,
  :role_name,
  :role_policy_list,
  :max_session_duration,
  :path)
  SENSITIVE = []
  include Aws::Structure
end

#role_idString

The stable and unique string identifying the role.

Returns:

  • (String)


13640
13641
13642
13643
13644
13645
13646
13647
13648
13649
13650
13651
13652
13653
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13640

class AwsIamRoleDetails < Struct.new(
  :assume_role_policy_document,
  :attached_managed_policies,
  :create_date,
  :instance_profile_list,
  :permissions_boundary,
  :role_id,
  :role_name,
  :role_policy_list,
  :max_session_duration,
  :path)
  SENSITIVE = []
  include Aws::Structure
end

#role_nameString

The friendly name that identifies the role.

Returns:

  • (String)


13640
13641
13642
13643
13644
13645
13646
13647
13648
13649
13650
13651
13652
13653
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13640

class AwsIamRoleDetails < Struct.new(
  :assume_role_policy_document,
  :attached_managed_policies,
  :create_date,
  :instance_profile_list,
  :permissions_boundary,
  :role_id,
  :role_name,
  :role_policy_list,
  :max_session_duration,
  :path)
  SENSITIVE = []
  include Aws::Structure
end

#role_policy_listArray<Types::AwsIamRolePolicy>

The list of inline policies that are embedded in the role.

Returns:



13640
13641
13642
13643
13644
13645
13646
13647
13648
13649
13650
13651
13652
13653
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13640

class AwsIamRoleDetails < Struct.new(
  :assume_role_policy_document,
  :attached_managed_policies,
  :create_date,
  :instance_profile_list,
  :permissions_boundary,
  :role_id,
  :role_name,
  :role_policy_list,
  :max_session_duration,
  :path)
  SENSITIVE = []
  include Aws::Structure
end