Class: Aws::Types::ApplicationComponentSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_type"DotNetFramework", ...

Returns the value of attribute app_type.

Returns:

  • ("DotNetFramework", "Java", "SQLServer", "IIS", "Oracle", "Other", "Tomcat", "JBoss", "Spring", "Mongo DB", "DB2", "Maria DB", "MySQL", "Sybase", "PostgreSQLServer", "Cassandra", "IBM WebSphere", "Oracle WebLogic", "Visual Basic", "Unknown", "DotnetCore", "Dotnet")


115
116
117
# File 'sig/types.rbs', line 115

def app_type
  @app_type
end

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


116
117
118
# File 'sig/types.rbs', line 116

def count
  @count
end