Class: Aws::Types::Role

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.



1935
1936
1937
# File 'sig/types.rbs', line 1935

def arn
  @arn
end

#assume_role_policy_document::String

Returns the value of attribute assume_role_policy_document.



1937
1938
1939
# File 'sig/types.rbs', line 1937

def assume_role_policy_document
  @assume_role_policy_document
end

#create_date::Time

Returns the value of attribute create_date.



1936
1937
1938
# File 'sig/types.rbs', line 1936

def create_date
  @create_date
end

#description::String

Returns the value of attribute description.



1938
1939
1940
# File 'sig/types.rbs', line 1938

def description
  @description
end

#max_session_duration::Integer

Returns the value of attribute max_session_duration.



1939
1940
1941
# File 'sig/types.rbs', line 1939

def max_session_duration
  @max_session_duration
end

#path::String

Returns the value of attribute path.



1932
1933
1934
# File 'sig/types.rbs', line 1932

def path
  @path
end

#permissions_boundaryTypes::AttachedPermissionsBoundary

Returns the value of attribute permissions_boundary.



1940
1941
1942
# File 'sig/types.rbs', line 1940

def permissions_boundary
  @permissions_boundary
end

#role_id::String

Returns the value of attribute role_id.



1934
1935
1936
# File 'sig/types.rbs', line 1934

def role_id
  @role_id
end

#role_last_usedTypes::RoleLastUsed

Returns the value of attribute role_last_used.



1942
1943
1944
# File 'sig/types.rbs', line 1942

def role_last_used
  @role_last_used
end

#role_name::String

Returns the value of attribute role_name.



1933
1934
1935
# File 'sig/types.rbs', line 1933

def role_name
  @role_name
end

#source_role_templateTypes::SourceRoleTemplate

Returns the value of attribute source_role_template.



1943
1944
1945
# File 'sig/types.rbs', line 1943

def source_role_template
  @source_role_template
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.



1941
1942
1943
# File 'sig/types.rbs', line 1941

def tags
  @tags
end