Class: Aws::Types::Role

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)


1869
1870
1871
# File 'sig/types.rbs', line 1869

def arn
  @arn
end

#assume_role_policy_document::String

Returns the value of attribute assume_role_policy_document.

Returns:

  • (::String)


1871
1872
1873
# File 'sig/types.rbs', line 1871

def assume_role_policy_document
  @assume_role_policy_document
end

#create_date::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


1870
1871
1872
# File 'sig/types.rbs', line 1870

def create_date
  @create_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1872
1873
1874
# File 'sig/types.rbs', line 1872

def description
  @description
end

#max_session_duration::Integer

Returns the value of attribute max_session_duration.

Returns:

  • (::Integer)


1873
1874
1875
# File 'sig/types.rbs', line 1873

def max_session_duration
  @max_session_duration
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


1866
1867
1868
# File 'sig/types.rbs', line 1866

def path
  @path
end

#permissions_boundaryTypes::AttachedPermissionsBoundary

Returns the value of attribute permissions_boundary.



1874
1875
1876
# File 'sig/types.rbs', line 1874

def permissions_boundary
  @permissions_boundary
end

#role_id::String

Returns the value of attribute role_id.

Returns:

  • (::String)


1868
1869
1870
# File 'sig/types.rbs', line 1868

def role_id
  @role_id
end

#role_last_usedTypes::RoleLastUsed

Returns the value of attribute role_last_used.

Returns:



1876
1877
1878
# File 'sig/types.rbs', line 1876

def role_last_used
  @role_last_used
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


1867
1868
1869
# File 'sig/types.rbs', line 1867

def role_name
  @role_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1875
1876
1877
# File 'sig/types.rbs', line 1875

def tags
  @tags
end