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.
-
#source_role_template ⇒ Types::SourceRoleTemplate
Returns the value of attribute source_role_template.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
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_boundary ⇒ Types::AttachedPermissionsBoundary
Returns the value of attribute permissions_boundary.
1940 1941 1942 |
# File 'sig/types.rbs', line 1940 def @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_used ⇒ Types::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_template ⇒ Types::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 end |