Class: Aws::Types::CreateServiceLinkedRoleRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateServiceLinkedRoleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_service_name ⇒ ::String
Returns the value of attribute aws_service_name.
-
#custom_suffix ⇒ ::String
Returns the value of attribute custom_suffix.
-
#description ⇒ ::String
Returns the value of attribute description.
Instance Attribute Details
#aws_service_name ⇒ ::String
Returns the value of attribute aws_service_name.
268 269 270 |
# File 'sig/types.rbs', line 268 def aws_service_name @aws_service_name end |
#custom_suffix ⇒ ::String
Returns the value of attribute custom_suffix.
270 271 272 |
# File 'sig/types.rbs', line 270 def custom_suffix @custom_suffix end |
#description ⇒ ::String
Returns the value of attribute description.
269 270 271 |
# File 'sig/types.rbs', line 269 def description @description end |