Class: Aws::Types::GetApplicationResponse

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::ApiGatewayProxyConfig

Returns the value of attribute api_gateway_proxy.



304
305
306
# File 'sig/types.rbs', line 304

def api_gateway_proxy
  @api_gateway_proxy
end

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


305
306
307
# File 'sig/types.rbs', line 305

def application_id
  @application_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


306
307
308
# File 'sig/types.rbs', line 306

def arn
  @arn
end

#created_by_account_id::String

Returns the value of attribute created_by_account_id.

Returns:

  • (::String)


307
308
309
# File 'sig/types.rbs', line 307

def 
  
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


308
309
310
# File 'sig/types.rbs', line 308

def created_time
  @created_time
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


309
310
311
# File 'sig/types.rbs', line 309

def environment_id
  @environment_id
end

#errorTypes::ErrorResponse

Returns the value of attribute error.



310
311
312
# File 'sig/types.rbs', line 310

def error
  @error
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


311
312
313
# File 'sig/types.rbs', line 311

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


312
313
314
# File 'sig/types.rbs', line 312

def name
  @name
end

#owner_account_id::String

Returns the value of attribute owner_account_id.

Returns:

  • (::String)


313
314
315
# File 'sig/types.rbs', line 313

def 
  
end

#proxy_type"API_GATEWAY"

Returns the value of attribute proxy_type.

Returns:

  • ("API_GATEWAY")


314
315
316
# File 'sig/types.rbs', line 314

def proxy_type
  @proxy_type
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "ACTIVE", "DELETING", "FAILED", "UPDATING")


315
316
317
# File 'sig/types.rbs', line 315

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


316
317
318
# File 'sig/types.rbs', line 316

def tags
  @tags
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


317
318
319
# File 'sig/types.rbs', line 317

def vpc_id
  @vpc_id
end