Class: Aws::Types::SendApiAssetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#asset_id::String

Returns the value of attribute asset_id.

Returns:



1001
1002
1003
# File 'sig/types.rbs', line 1001

def asset_id
  @asset_id
end

#body::String

Returns the value of attribute body.

Returns:



999
1000
1001
# File 'sig/types.rbs', line 999

def body
  @body
end

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:



1002
1003
1004
# File 'sig/types.rbs', line 1002

def data_set_id
  @data_set_id
end

#method::String

Returns the value of attribute method.

Returns:



1004
1005
1006
# File 'sig/types.rbs', line 1004

def method
  @method
end

#path::String

Returns the value of attribute path.

Returns:



1005
1006
1007
# File 'sig/types.rbs', line 1005

def path
  @path
end

#query_string_parameters::Hash[::String, ::String]

Returns the value of attribute query_string_parameters.

Returns:



1000
1001
1002
# File 'sig/types.rbs', line 1000

def query_string_parameters
  @query_string_parameters
end

#request_headers::Hash[::String, ::String]

Returns the value of attribute request_headers.

Returns:



1003
1004
1005
# File 'sig/types.rbs', line 1003

def request_headers
  @request_headers
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:



1006
1007
1008
# File 'sig/types.rbs', line 1006

def revision_id
  @revision_id
end