Class: Aws::Types::ApplicationComponent
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationComponent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component_name ⇒ ::String
Returns the value of attribute component_name.
-
#component_remarks ⇒ ::String
Returns the value of attribute component_remarks.
-
#detected_workload ⇒ ::Hash[("CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WORKER" | "DOT_NET_WEB_TIER" | "DOT_NET_WEB" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "MYSQL" | "POSTGRESQL" | "JAVA_JMX" | "ORACLE" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SAP_HANA_HIGH_AVAILABILITY" | "SAP_ASE_SINGLE_NODE" | "SAP_ASE_HIGH_AVAILABILITY" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE" | "SHAREPOINT" | "ACTIVE_DIRECTORY" | "SAP_NETWEAVER_STANDARD" | "SAP_NETWEAVER_DISTRIBUTED" | "SAP_NETWEAVER_HIGH_AVAILABILITY"), ::Hash[::String, ::String]]
Returns the value of attribute detected_workload.
-
#monitor ⇒ Boolean
Returns the value of attribute monitor.
-
#os_type ⇒ "WINDOWS", "LINUX"
Returns the value of attribute os_type.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#tier ⇒ "CUSTOM", ...
Returns the value of attribute tier.
Instance Attribute Details
#component_name ⇒ ::String
Returns the value of attribute component_name.
30 31 32 |
# File 'sig/types.rbs', line 30 def component_name @component_name end |
#component_remarks ⇒ ::String
Returns the value of attribute component_remarks.
31 32 33 |
# File 'sig/types.rbs', line 31 def component_remarks @component_remarks end |
#detected_workload ⇒ ::Hash[("CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WORKER" | "DOT_NET_WEB_TIER" | "DOT_NET_WEB" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "MYSQL" | "POSTGRESQL" | "JAVA_JMX" | "ORACLE" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SAP_HANA_HIGH_AVAILABILITY" | "SAP_ASE_SINGLE_NODE" | "SAP_ASE_HIGH_AVAILABILITY" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE" | "SHAREPOINT" | "ACTIVE_DIRECTORY" | "SAP_NETWEAVER_STANDARD" | "SAP_NETWEAVER_DISTRIBUTED" | "SAP_NETWEAVER_HIGH_AVAILABILITY"), ::Hash[::String, ::String]]
Returns the value of attribute detected_workload.
36 37 38 |
# File 'sig/types.rbs', line 36 def detected_workload @detected_workload end |
#monitor ⇒ Boolean
Returns the value of attribute monitor.
35 36 37 |
# File 'sig/types.rbs', line 35 def monitor @monitor end |
#os_type ⇒ "WINDOWS", "LINUX"
Returns the value of attribute os_type.
33 34 35 |
# File 'sig/types.rbs', line 33 def os_type @os_type end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
32 33 34 |
# File 'sig/types.rbs', line 32 def resource_type @resource_type end |
#tier ⇒ "CUSTOM", ...
Returns the value of attribute tier.
34 35 36 |
# File 'sig/types.rbs', line 34 def tier @tier end |