Class: Aws::Types::SendUsersMessageResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:



2769
2770
2771
# File 'sig/types.rbs', line 2769

def application_id
  @application_id
end

#request_id::String

Returns the value of attribute request_id.

Returns:



2770
2771
2772
# File 'sig/types.rbs', line 2770

def request_id
  @request_id
end

#result::Hash[::String, ::Hash[::String, Types::EndpointMessageResult]]

Returns the value of attribute result.

Returns:



2771
2772
2773
# File 'sig/types.rbs', line 2771

def result
  @result
end