Class: Aws::Types::RcsShowLocationAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#label::String

Returns the value of attribute label.

Returns:

  • (::String)


1650
1651
1652
# File 'sig/types.rbs', line 1650

def label
  @label
end

#latitude::Float

Returns the value of attribute latitude.

Returns:

  • (::Float)


1648
1649
1650
# File 'sig/types.rbs', line 1648

def latitude
  @latitude
end

#longitude::Float

Returns the value of attribute longitude.

Returns:

  • (::Float)


1649
1650
1651
# File 'sig/types.rbs', line 1649

def longitude
  @longitude
end

#postback_data::String

Returns the value of attribute postback_data.

Returns:

  • (::String)


1647
1648
1649
# File 'sig/types.rbs', line 1647

def postback_data
  @postback_data
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


1646
1647
1648
# File 'sig/types.rbs', line 1646

def text
  @text
end