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.
1650 1651 1652 |
# File 'sig/types.rbs', line 1650 def label @label end |
#latitude ⇒ ::Float
Returns the value of attribute latitude.
1648 1649 1650 |
# File 'sig/types.rbs', line 1648 def latitude @latitude end |
#longitude ⇒ ::Float
Returns the value of attribute longitude.
1649 1650 1651 |
# File 'sig/types.rbs', line 1649 def longitude @longitude end |
#postback_data ⇒ ::String
Returns the value of attribute postback_data.
1647 1648 1649 |
# File 'sig/types.rbs', line 1647 def postback_data @postback_data end |
#text ⇒ ::String
Returns the value of attribute text.
1646 1647 1648 |
# File 'sig/types.rbs', line 1646 def text @text end |