Class: Aws::Types::AwsSupportedService

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


53
54
55
# File 'sig/types.rbs', line 53

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


52
53
54
# File 'sig/types.rbs', line 52

def display_name
  @display_name
end

#supported_service_type::String

Returns the value of attribute supported_service_type.

Returns:

  • (::String)


51
52
53
# File 'sig/types.rbs', line 51

def supported_service_type
  @supported_service_type
end