Class: Aws::Types::ReimportApiResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_endpoint::String

Returns the value of attribute api_endpoint.

Returns:

  • (::String)


1980
1981
1982
# File 'sig/types.rbs', line 1980

def api_endpoint
  @api_endpoint
end

#api_gateway_managedBoolean

Returns the value of attribute api_gateway_managed.

Returns:

  • (Boolean)


1981
1982
1983
# File 'sig/types.rbs', line 1981

def api_gateway_managed
  @api_gateway_managed
end

#api_id::String

Returns the value of attribute api_id.

Returns:

  • (::String)


1982
1983
1984
# File 'sig/types.rbs', line 1982

def api_id
  @api_id
end

#api_key_selection_expression::String

Returns the value of attribute api_key_selection_expression.

Returns:

  • (::String)


1983
1984
1985
# File 'sig/types.rbs', line 1983

def api_key_selection_expression
  @api_key_selection_expression
end

#cors_configurationTypes::Cors

Returns the value of attribute cors_configuration.

Returns:



1984
1985
1986
# File 'sig/types.rbs', line 1984

def cors_configuration
  @cors_configuration
end

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


1985
1986
1987
# File 'sig/types.rbs', line 1985

def created_date
  @created_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1986
1987
1988
# File 'sig/types.rbs', line 1986

def description
  @description
end

#disable_execute_api_endpointBoolean

Returns the value of attribute disable_execute_api_endpoint.

Returns:

  • (Boolean)


1988
1989
1990
# File 'sig/types.rbs', line 1988

def disable_execute_api_endpoint
  @disable_execute_api_endpoint
end

#disable_schema_validationBoolean

Returns the value of attribute disable_schema_validation.

Returns:

  • (Boolean)


1987
1988
1989
# File 'sig/types.rbs', line 1987

def disable_schema_validation
  @disable_schema_validation
end

#import_info::Array[::String]

Returns the value of attribute import_info.

Returns:

  • (::Array[::String])


1989
1990
1991
# File 'sig/types.rbs', line 1989

def import_info
  @import_info
end

#ip_address_type"ipv4", "dualstack"

Returns the value of attribute ip_address_type.

Returns:

  • ("ipv4", "dualstack")


1990
1991
1992
# File 'sig/types.rbs', line 1990

def ip_address_type
  @ip_address_type
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1991
1992
1993
# File 'sig/types.rbs', line 1991

def name
  @name
end

#protocol_type"WEBSOCKET", "HTTP"

Returns the value of attribute protocol_type.

Returns:

  • ("WEBSOCKET", "HTTP")


1992
1993
1994
# File 'sig/types.rbs', line 1992

def protocol_type
  @protocol_type
end

#route_selection_expression::String

Returns the value of attribute route_selection_expression.

Returns:

  • (::String)


1993
1994
1995
# File 'sig/types.rbs', line 1993

def route_selection_expression
  @route_selection_expression
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1994
1995
1996
# File 'sig/types.rbs', line 1994

def tags
  @tags
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


1995
1996
1997
# File 'sig/types.rbs', line 1995

def version
  @version
end

#warnings::Array[::String]

Returns the value of attribute warnings.

Returns:

  • (::Array[::String])


1996
1997
1998
# File 'sig/types.rbs', line 1996

def warnings
  @warnings
end