Class: Aws::Types::ApiGatewayApiAsset

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)


44
45
46
# File 'sig/types.rbs', line 44

def api_description
  @api_description
end

#api_endpoint::String

Returns the value of attribute api_endpoint.

Returns:

  • (::String)


45
46
47
# File 'sig/types.rbs', line 45

def api_endpoint
  @api_endpoint
end

#api_id::String

Returns the value of attribute api_id.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def api_id
  @api_id
end

#api_key::String

Returns the value of attribute api_key.

Returns:

  • (::String)


47
48
49
# File 'sig/types.rbs', line 47

def api_key
  @api_key
end

#api_name::String

Returns the value of attribute api_name.

Returns:

  • (::String)


48
49
50
# File 'sig/types.rbs', line 48

def api_name
  @api_name
end

#api_specification_download_url::String

Returns the value of attribute api_specification_download_url.

Returns:

  • (::String)


49
50
51
# File 'sig/types.rbs', line 49

def api_specification_download_url
  @api_specification_download_url
end

#api_specification_download_url_expires_at::Time

Returns the value of attribute api_specification_download_url_expires_at.

Returns:

  • (::Time)


50
51
52
# File 'sig/types.rbs', line 50

def api_specification_download_url_expires_at
  @api_specification_download_url_expires_at
end

#protocol_type"REST"

Returns the value of attribute protocol_type.

Returns:

  • ("REST")


51
52
53
# File 'sig/types.rbs', line 51

def protocol_type
  @protocol_type
end

#stage::String

Returns the value of attribute stage.

Returns:

  • (::String)


52
53
54
# File 'sig/types.rbs', line 52

def stage
  @stage
end