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.
239 240 241 |
# File 'sig/types.rbs', line 239 def assume_role_policy_document @assume_role_policy_document end |
#description ⇒ ::String
Returns the value of attribute description.
240 241 242 |
# File 'sig/types.rbs', line 240 def description @description end |
#max_session_duration ⇒ ::Integer
Returns the value of attribute max_session_duration.
241 242 243 |
# File 'sig/types.rbs', line 241 def max_session_duration @max_session_duration end |
#path ⇒ ::String
Returns the value of attribute path.
237 238 239 |
# File 'sig/types.rbs', line 237 def path @path end |
#permissions_boundary ⇒ ::String
Returns the value of attribute permissions_boundary.
242 243 244 |
# File 'sig/types.rbs', line 242 def @permissions_boundary end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
238 239 240 |
# File 'sig/types.rbs', line 238 def role_name @role_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
243 244 245 |
# File 'sig/types.rbs', line 243 def @tags end |