Class: Aws::Types::ImportAssetFromApiGatewayApiRequestDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_description::String

Returns the value of attribute api_description.

Returns:

  • (::String)


547
548
549
# File 'sig/types.rbs', line 547

def api_description
  @api_description
end

#api_id::String

Returns the value of attribute api_id.

Returns:

  • (::String)


548
549
550
# File 'sig/types.rbs', line 548

def api_id
  @api_id
end

#api_key::String

Returns the value of attribute api_key.

Returns:

  • (::String)


549
550
551
# File 'sig/types.rbs', line 549

def api_key
  @api_key
end

#api_name::String

Returns the value of attribute api_name.

Returns:

  • (::String)


550
551
552
# File 'sig/types.rbs', line 550

def api_name
  @api_name
end

#api_specification_md_5_hash::String

Returns the value of attribute api_specification_md_5_hash.

Returns:

  • (::String)


551
552
553
# File 'sig/types.rbs', line 551

def api_specification_md_5_hash
  @api_specification_md_5_hash
end

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:

  • (::String)


552
553
554
# File 'sig/types.rbs', line 552

def data_set_id
  @data_set_id
end

#protocol_type"REST"

Returns the value of attribute protocol_type.

Returns:

  • ("REST")


553
554
555
# File 'sig/types.rbs', line 553

def protocol_type
  @protocol_type
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


554
555
556
# File 'sig/types.rbs', line 554

def revision_id
  @revision_id
end

#stage::String

Returns the value of attribute stage.

Returns:

  • (::String)


555
556
557
# File 'sig/types.rbs', line 555

def stage
  @stage
end