Class: Aws::Types::TemplateCreateMessageBody

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:

  • (::String)


2866
2867
2868
# File 'sig/types.rbs', line 2866

def arn
  @arn
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


2867
2868
2869
# File 'sig/types.rbs', line 2867

def message
  @message
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


2868
2869
2870
# File 'sig/types.rbs', line 2868

def request_id
  @request_id
end