Class: Aws::Types::ServiceMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#category ⇒ ::String

Returns the value of attribute category.

Returns:

  • (::String)


1078
1079
1080
# File 'sig/types.rbs', line 1078

def category
  @category
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1077
1078
1079
# File 'sig/types.rbs', line 1077

def description
  @description
end

#display_name ⇒ ::String

Returns the value of attribute display_name.

Returns:

  • (::String)


1076
1077
1078
# File 'sig/types.rbs', line 1076

def display_name
  @display_name
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1075
1076
1077
# File 'sig/types.rbs', line 1075

def name
  @name
end