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)


1884
1885
1886
# File 'sig/types.rbs', line 1884

def arn
  @arn
end

#assume_role_policy_document::String

Returns the value of attribute assume_role_policy_document.

Returns:

  • (::String)


1886
1887
1888
# File 'sig/types.rbs', line 1886

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:



1889
1890
1891
# File 'sig/types.rbs', line 1889

def attached_managed_policies
  @attached_managed_policies
end

#create_date::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


1885
1886
1887
# File 'sig/types.rbs', line 1885

def create_date
  @create_date
end

#instance_profile_list::Array[Types::InstanceProfile]

Returns the value of attribute instance_profile_list.

Returns:



1887
1888
1889
# File 'sig/types.rbs', line 1887

def instance_profile_list
  @instance_profile_list
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


1881
1882
1883
# File 'sig/types.rbs', line 1881

def path
  @path
end

#permissions_boundaryTypes::AttachedPermissionsBoundary

Returns the value of attribute permissions_boundary.



1890
1891
1892
# File 'sig/types.rbs', line 1890

def permissions_boundary
  @permissions_boundary
end

#role_id::String

Returns the value of attribute role_id.

Returns:

  • (::String)


1883
1884
1885
# File 'sig/types.rbs', line 1883

def role_id
  @role_id
end

#role_last_usedTypes::RoleLastUsed

Returns the value of attribute role_last_used.

Returns:



1892
1893
1894
# File 'sig/types.rbs', line 1892

def role_last_used
  @role_last_used
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


1882
1883
1884
# File 'sig/types.rbs', line 1882

def role_name
  @role_name
end

#role_policy_list::Array[Types::PolicyDetail]

Returns the value of attribute role_policy_list.

Returns:



1888
1889
1890
# File 'sig/types.rbs', line 1888

def role_policy_list
  @role_policy_list
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1891
1892
1893
# File 'sig/types.rbs', line 1891

def tags
  @tags
end