Class: Aws::Types::GetIntegrationResponsesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_id::String

Returns the value of attribute api_id.

Returns:

  • (::String)


1231
1232
1233
# File 'sig/types.rbs', line 1231

def api_id
  @api_id
end

#integration_id::String

Returns the value of attribute integration_id.

Returns:

  • (::String)


1232
1233
1234
# File 'sig/types.rbs', line 1232

def integration_id
  @integration_id
end

#max_results::String

Returns the value of attribute max_results.

Returns:

  • (::String)


1233
1234
1235
# File 'sig/types.rbs', line 1233

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1234
1235
1236
# File 'sig/types.rbs', line 1234

def next_token
  @next_token
end