Class: Aws::Types::UseCase

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)


822
823
824
# File 'sig/types.rbs', line 822

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


823
824
825
# File 'sig/types.rbs', line 823

def display_name
  @display_name
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


824
825
826
# File 'sig/types.rbs', line 824

def value
  @value
end