Class: Aws::Types::CreateTemplateMessageBody

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:



652
653
654
# File 'sig/types.rbs', line 652

def arn
  @arn
end

#message::String

Returns the value of attribute message.

Returns:



653
654
655
# File 'sig/types.rbs', line 653

def message
  @message
end

#request_id::String

Returns the value of attribute request_id.

Returns:



654
655
656
# File 'sig/types.rbs', line 654

def request_id
  @request_id
end