Class: Aws::Types::CreateApplicationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#api_gateway_proxyTypes::ApiGatewayProxyInput

Returns the value of attribute api_gateway_proxy.



70
71
72
# File 'sig/types.rbs', line 70

def api_gateway_proxy
  @api_gateway_proxy
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


71
72
73
# File 'sig/types.rbs', line 71

def client_token
  @client_token
end

#environment_identifier::String

Returns the value of attribute environment_identifier.

Returns:

  • (::String)


72
73
74
# File 'sig/types.rbs', line 72

def environment_identifier
  @environment_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


73
74
75
# File 'sig/types.rbs', line 73

def name
  @name
end

#proxy_type"API_GATEWAY"

Returns the value of attribute proxy_type.

Returns:

  • ("API_GATEWAY")


74
75
76
# File 'sig/types.rbs', line 74

def proxy_type
  @proxy_type
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


75
76
77
# File 'sig/types.rbs', line 75

def tags
  @tags
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


76
77
78
# File 'sig/types.rbs', line 76

def vpc_id
  @vpc_id
end