Class: Aws::Types::CreateRoleRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRoleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assume_role_policy_document ⇒ ::String
Returns the value of attribute assume_role_policy_document.
-
#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 ⇒ ::String
Returns the value of attribute permissions_boundary.
-
#role_name ⇒ ::String
Returns the value of attribute role_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#assume_role_policy_document ⇒ ::String
Returns the value of attribute assume_role_policy_document.
251 252 253 |
# File 'sig/types.rbs', line 251 def assume_role_policy_document @assume_role_policy_document end |
#description ⇒ ::String
Returns the value of attribute description.
252 253 254 |
# File 'sig/types.rbs', line 252 def description @description end |
#max_session_duration ⇒ ::Integer
Returns the value of attribute max_session_duration.
253 254 255 |
# File 'sig/types.rbs', line 253 def max_session_duration @max_session_duration end |
#path ⇒ ::String
Returns the value of attribute path.
249 250 251 |
# File 'sig/types.rbs', line 249 def path @path end |
#permissions_boundary ⇒ ::String
Returns the value of attribute permissions_boundary.
254 255 256 |
# File 'sig/types.rbs', line 254 def @permissions_boundary end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
250 251 252 |
# File 'sig/types.rbs', line 250 def role_name @role_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
255 256 257 |
# File 'sig/types.rbs', line 255 def @tags end |