Class: Aws::Types::RoleDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1951
1952
1953
# File 'sig/types.rbs', line 1951

def arn
  @arn
end

#assume_role_policy_document::String

Returns the value of attribute assume_role_policy_document.

Returns:

  • (::String)


1953
1954
1955
# File 'sig/types.rbs', line 1953

def assume_role_policy_document
  @assume_role_policy_document
end

#attached_managed_policies::Array[Types::AttachedPolicy]

Returns the value of attribute attached_managed_policies.

Returns:



1956
1957
1958
# File 'sig/types.rbs', line 1956

def attached_managed_policies
  @attached_managed_policies
end

#create_date::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


1952
1953
1954
# File 'sig/types.rbs', line 1952

def create_date
  @create_date
end

#instance_profile_list::Array[Types::InstanceProfile]

Returns the value of attribute instance_profile_list.

Returns:



1954
1955
1956
# File 'sig/types.rbs', line 1954

def instance_profile_list
  @instance_profile_list
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


1948
1949
1950
# File 'sig/types.rbs', line 1948

def path
  @path
end

#permissions_boundaryTypes::AttachedPermissionsBoundary

Returns the value of attribute permissions_boundary.



1957
1958
1959
# File 'sig/types.rbs', line 1957

def permissions_boundary
  @permissions_boundary
end

#role_id::String

Returns the value of attribute role_id.

Returns:

  • (::String)


1950
1951
1952
# File 'sig/types.rbs', line 1950

def role_id
  @role_id
end

#role_last_usedTypes::RoleLastUsed

Returns the value of attribute role_last_used.

Returns:



1959
1960
1961
# File 'sig/types.rbs', line 1959

def role_last_used
  @role_last_used
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


1949
1950
1951
# File 'sig/types.rbs', line 1949

def role_name
  @role_name
end

#role_policy_list::Array[Types::PolicyDetail]

Returns the value of attribute role_policy_list.

Returns:



1955
1956
1957
# File 'sig/types.rbs', line 1955

def role_policy_list
  @role_policy_list
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1958
1959
1960
# File 'sig/types.rbs', line 1958

def tags
  @tags
end