Class: Aws::Types::RcsShowLocationAction
- Inherits:
-
Object
- Object
- Aws::Types::RcsShowLocationAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#label ⇒ ::String
Returns the value of attribute label.
-
#latitude ⇒ ::Float
Returns the value of attribute latitude.
-
#longitude ⇒ ::Float
Returns the value of attribute longitude.
-
#postback_data ⇒ ::String
Returns the value of attribute postback_data.
-
#text ⇒ ::String
Returns the value of attribute text.
Instance Attribute Details
#label ⇒ ::String
Returns the value of attribute label.
1681 1682 1683 |
# File 'sig/types.rbs', line 1681 def label @label end |
#latitude ⇒ ::Float
Returns the value of attribute latitude.
1679 1680 1681 |
# File 'sig/types.rbs', line 1679 def latitude @latitude end |
#longitude ⇒ ::Float
Returns the value of attribute longitude.
1680 1681 1682 |
# File 'sig/types.rbs', line 1680 def longitude @longitude end |
#postback_data ⇒ ::String
Returns the value of attribute postback_data.
1678 1679 1680 |
# File 'sig/types.rbs', line 1678 def postback_data @postback_data end |
#text ⇒ ::String
Returns the value of attribute text.
1677 1678 1679 |
# File 'sig/types.rbs', line 1677 def text @text end |