Class: Aws::Types::SendApiAssetRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendApiAssetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#body ⇒ ::String
Returns the value of attribute body.
-
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
-
#method ⇒ ::String
Returns the value of attribute method.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#query_string_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute query_string_parameters.
-
#request_headers ⇒ ::Hash[::String, ::String]
Returns the value of attribute request_headers.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
Instance Attribute Details
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def asset_id @asset_id end |
#body ⇒ ::String
Returns the value of attribute body.
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.
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.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def method @method end |
#path ⇒ ::String
Returns the value of attribute path.
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.
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.
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.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def revision_id @revision_id end |