Class: Aws::Types::ImportAssetFromApiGatewayApiResponseDetails

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)


560
561
562
# File 'sig/types.rbs', line 560

def api_description
  @api_description
end

#api_id::String

Returns the value of attribute api_id.

Returns:

  • (::String)


561
562
563
# File 'sig/types.rbs', line 561

def api_id
  @api_id
end

#api_key::String

Returns the value of attribute api_key.

Returns:

  • (::String)


562
563
564
# File 'sig/types.rbs', line 562

def api_key
  @api_key
end

#api_name::String

Returns the value of attribute api_name.

Returns:

  • (::String)


563
564
565
# File 'sig/types.rbs', line 563

def api_name
  @api_name
end

#api_specification_md_5_hash::String

Returns the value of attribute api_specification_md_5_hash.

Returns:

  • (::String)


564
565
566
# File 'sig/types.rbs', line 564

def api_specification_md_5_hash
  @api_specification_md_5_hash
end

#api_specification_upload_url::String

Returns the value of attribute api_specification_upload_url.

Returns:

  • (::String)


565
566
567
# File 'sig/types.rbs', line 565

def api_specification_upload_url
  @api_specification_upload_url
end

#api_specification_upload_url_expires_at::Time

Returns the value of attribute api_specification_upload_url_expires_at.

Returns:

  • (::Time)


566
567
568
# File 'sig/types.rbs', line 566

def api_specification_upload_url_expires_at
  @api_specification_upload_url_expires_at
end

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:

  • (::String)


567
568
569
# File 'sig/types.rbs', line 567

def data_set_id
  @data_set_id
end

#protocol_type"REST"

Returns the value of attribute protocol_type.

Returns:

  • ("REST")


568
569
570
# File 'sig/types.rbs', line 568

def protocol_type
  @protocol_type
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


569
570
571
# File 'sig/types.rbs', line 569

def revision_id
  @revision_id
end

#stage::String

Returns the value of attribute stage.

Returns:

  • (::String)


570
571
572
# File 'sig/types.rbs', line 570

def stage
  @stage
end