Class: Aws::Types::CreateServiceLinkedRoleRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_service_name::String

Returns the value of attribute aws_service_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


270
271
272
# File 'sig/types.rbs', line 270

def custom_suffix
  @custom_suffix
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


269
270
271
# File 'sig/types.rbs', line 269

def description
  @description
end