Class: Aws::Types::WhatsAppMessageTemplateSourceConfigurationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:status_reason])

Instance Attribute Summary collapse

Instance Attribute Details

#business_account_id::String

Returns the value of attribute business_account_id.

Returns:

  • (::String)


3390
3391
3392
# File 'sig/types.rbs', line 3390

def 
  @business_account_id
end

#components::Array[::String]

Returns the value of attribute components.

Returns:

  • (::Array[::String])


3394
3395
3396
# File 'sig/types.rbs', line 3394

def components
  @components
end

#language::String

Returns the value of attribute language.

Returns:

  • (::String)


3393
3394
3395
# File 'sig/types.rbs', line 3393

def language
  @language
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3392
3393
3394
# File 'sig/types.rbs', line 3392

def name
  @name
end

#status"VALID", ...

Returns the value of attribute status.

Returns:

  • ("VALID", "INVALID", "REJECTED")


3395
3396
3397
# File 'sig/types.rbs', line 3395

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


3396
3397
3398
# File 'sig/types.rbs', line 3396

def status_reason
  @status_reason
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


3391
3392
3393
# File 'sig/types.rbs', line 3391

def template_id
  @template_id
end