Class: Aws::Types::DimensionLabel

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


139
140
141
# File 'sig/types.rbs', line 139

def display_name
  @display_name
end

#label_type"Region", "SagemakerOption"

Returns the value of attribute label_type.

Returns:

  • ("Region", "SagemakerOption")


137
138
139
# File 'sig/types.rbs', line 137

def label_type
  @label_type
end

#label_value::String

Returns the value of attribute label_value.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def label_value
  @label_value
end