Class: Aws::Types::Role
- Inherits:
-
Object
- Object
- Aws::Types::Role
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#assume_role_policy_document ⇒ ::String
Returns the value of attribute assume_role_policy_document.
-
#create_date ⇒ ::Time
Returns the value of attribute create_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#max_session_duration ⇒ ::Integer
Returns the value of attribute max_session_duration.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#permissions_boundary ⇒ Types::AttachedPermissionsBoundary
Returns the value of attribute permissions_boundary.
-
#role_id ⇒ ::String
Returns the value of attribute role_id.
-
#role_last_used ⇒ Types::RoleLastUsed
Returns the value of attribute role_last_used.
-
#role_name ⇒ ::String
Returns the value of attribute role_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
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.
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.
1870 1871 1872 |
# File 'sig/types.rbs', line 1870 def create_date @create_date end |
#description ⇒ ::String
Returns the value of attribute description.
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.
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.
1866 1867 1868 |
# File 'sig/types.rbs', line 1866 def path @path end |
#permissions_boundary ⇒ Types::AttachedPermissionsBoundary
Returns the value of attribute permissions_boundary.
1874 1875 1876 |
# File 'sig/types.rbs', line 1874 def @permissions_boundary end |
#role_id ⇒ ::String
Returns the value of attribute role_id.
1868 1869 1870 |
# File 'sig/types.rbs', line 1868 def role_id @role_id end |
#role_last_used ⇒ Types::RoleLastUsed
Returns the value of attribute role_last_used.
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.
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.
1875 1876 1877 |
# File 'sig/types.rbs', line 1875 def @tags end |