Class: Aws::Types::AwsIamRoleDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assume_role_policy_document::String

Returns the value of attribute assume_role_policy_document.

Returns:

  • (::String)


3045
3046
3047
# File 'sig/types.rbs', line 3045

def assume_role_policy_document
  @assume_role_policy_document
end

#attached_managed_policies::Array[Types::AwsIamAttachedManagedPolicy]

Returns the value of attribute attached_managed_policies.



3046
3047
3048
# File 'sig/types.rbs', line 3046

def attached_managed_policies
  @attached_managed_policies
end

#create_date::String

Returns the value of attribute create_date.

Returns:

  • (::String)


3047
3048
3049
# File 'sig/types.rbs', line 3047

def create_date
  @create_date
end

#instance_profile_list::Array[Types::AwsIamInstanceProfile]

Returns the value of attribute instance_profile_list.

Returns:



3048
3049
3050
# File 'sig/types.rbs', line 3048

def instance_profile_list
  @instance_profile_list
end

#max_session_duration::Integer

Returns the value of attribute max_session_duration.

Returns:

  • (::Integer)


3053
3054
3055
# File 'sig/types.rbs', line 3053

def max_session_duration
  @max_session_duration
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


3054
3055
3056
# File 'sig/types.rbs', line 3054

def path
  @path
end

#permissions_boundaryTypes::AwsIamPermissionsBoundary

Returns the value of attribute permissions_boundary.



3049
3050
3051
# File 'sig/types.rbs', line 3049

def permissions_boundary
  @permissions_boundary
end

#role_id::String

Returns the value of attribute role_id.

Returns:

  • (::String)


3050
3051
3052
# File 'sig/types.rbs', line 3050

def role_id
  @role_id
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


3051
3052
3053
# File 'sig/types.rbs', line 3051

def role_name
  @role_name
end

#role_policy_list::Array[Types::AwsIamRolePolicy]

Returns the value of attribute role_policy_list.

Returns:



3052
3053
3054
# File 'sig/types.rbs', line 3052

def role_policy_list
  @role_policy_list
end