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)


876
877
878
# File 'sig/types.rbs', line 876

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


877
878
879
# File 'sig/types.rbs', line 877

def display_name
  @display_name
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


878
879
880
# File 'sig/types.rbs', line 878

def value
  @value
end