Class: Aws::Types::ExportApiRequest

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)


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

def api_id
  @api_id
end

#export_version::String

Returns the value of attribute export_version.

Returns:

  • (::String)


1008
1009
1010
# File 'sig/types.rbs', line 1008

def export_version
  @export_version
end

#include_extensionsBoolean

Returns the value of attribute include_extensions.

Returns:

  • (Boolean)


1009
1010
1011
# File 'sig/types.rbs', line 1009

def include_extensions
  @include_extensions
end

#output_type::String

Returns the value of attribute output_type.

Returns:

  • (::String)


1010
1011
1012
# File 'sig/types.rbs', line 1010

def output_type
  @output_type
end

#specification::String

Returns the value of attribute specification.

Returns:

  • (::String)


1011
1012
1013
# File 'sig/types.rbs', line 1011

def specification
  @specification
end

#stage_name::String

Returns the value of attribute stage_name.

Returns:

  • (::String)


1012
1013
1014
# File 'sig/types.rbs', line 1012

def stage_name
  @stage_name
end