Class: Aws::Types::ApplicationSummary

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

Returns the value of attribute api_gateway_proxy.



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

def api_gateway_proxy
  @api_gateway_proxy
end

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


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

def application_id
  @application_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


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

def arn
  @arn
end

#created_by_account_id::String

Returns the value of attribute created_by_account_id.

Returns:

  • (::String)


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

def 
  @created_by_account_id
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


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

def created_time
  @created_time
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


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

def environment_id
  @environment_id
end

#errorTypes::ErrorResponse

Returns the value of attribute error.



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

def error
  @error
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


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

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#owner_account_id::String

Returns the value of attribute owner_account_id.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def 
  @owner_account_id
end

#proxy_type"API_GATEWAY"

Returns the value of attribute proxy_type.

Returns:

  • ("API_GATEWAY")


55
56
57
# File 'sig/types.rbs', line 55

def proxy_type
  @proxy_type
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

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


56
57
58
# File 'sig/types.rbs', line 56

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


57
58
59
# File 'sig/types.rbs', line 57

def tags
  @tags
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def vpc_id
  @vpc_id
end