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)


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.

Returns:

  • (::String)


282
283
284
# File 'sig/types.rbs', line 282

def custom_suffix
  @custom_suffix
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


281
282
283
# File 'sig/types.rbs', line 281

def description
  @description
end