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)


1681
1682
1683
# File 'sig/types.rbs', line 1681

def label
  @label
end

#latitude ⇒ ::Float

Returns the value of attribute latitude.

Returns:

  • (::Float)


1679
1680
1681
# File 'sig/types.rbs', line 1679

def latitude
  @latitude
end

#longitude ⇒ ::Float

Returns the value of attribute longitude.

Returns:

  • (::Float)


1680
1681
1682
# File 'sig/types.rbs', line 1680

def longitude
  @longitude
end

#postback_data ⇒ ::String

Returns the value of attribute postback_data.

Returns:

  • (::String)


1678
1679
1680
# File 'sig/types.rbs', line 1678

def postback_data
  @postback_data
end

#text ⇒ ::String

Returns the value of attribute text.

Returns:

  • (::String)


1677
1678
1679
# File 'sig/types.rbs', line 1677

def text
  @text
end