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.
280 281 282 |
# File 'sig/types.rbs', line 280 def aws_service_name @aws_service_name end |
#custom_suffix ⇒ ::String
Returns the value of attribute custom_suffix.
282 283 284 |
# File 'sig/types.rbs', line 282 def custom_suffix @custom_suffix end |
#description ⇒ ::String
Returns the value of attribute description.
281 282 283 |
# File 'sig/types.rbs', line 281 def description @description end |