Class: Aws::Types::MetaFlowWhatsAppBusinessAccountInfo
- Inherits:
-
Object
- Object
- Aws::Types::MetaFlowWhatsAppBusinessAccountInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#currency ⇒ ::String
Returns the value of attribute currency.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#message_template_namespace ⇒ ::String
Returns the value of attribute message_template_namespace.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#timezone_id ⇒ ::String
Returns the value of attribute timezone_id.
Instance Attribute Details
#currency ⇒ ::String
Returns the value of attribute currency.
436 437 438 |
# File 'sig/types.rbs', line 436 def currency @currency end |
#id ⇒ ::String
Returns the value of attribute id.
434 435 436 |
# File 'sig/types.rbs', line 434 def id @id end |
#message_template_namespace ⇒ ::String
Returns the value of attribute message_template_namespace.
438 439 440 |
# File 'sig/types.rbs', line 438 def @message_template_namespace end |
#name ⇒ ::String
Returns the value of attribute name.
435 436 437 |
# File 'sig/types.rbs', line 435 def name @name end |
#timezone_id ⇒ ::String
Returns the value of attribute timezone_id.
437 438 439 |
# File 'sig/types.rbs', line 437 def timezone_id @timezone_id end |