Class: Aws::Types::GetExportRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accepts::String

Returns the value of attribute accepts.

Returns:

  • (::String)


714
715
716
# File 'sig/types.rbs', line 714

def accepts
  @accepts
end

#export_type::String

Returns the value of attribute export_type.

Returns:

  • (::String)


712
713
714
# File 'sig/types.rbs', line 712

def export_type
  @export_type
end

#parameters::Hash[::String, ::String]

Returns the value of attribute parameters.

Returns:

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


713
714
715
# File 'sig/types.rbs', line 713

def parameters
  @parameters
end

#rest_api_id::String

Returns the value of attribute rest_api_id.

Returns:

  • (::String)


710
711
712
# File 'sig/types.rbs', line 710

def rest_api_id
  @rest_api_id
end

#stage_name::String

Returns the value of attribute stage_name.

Returns:

  • (::String)


711
712
713
# File 'sig/types.rbs', line 711

def stage_name
  @stage_name
end