Class: Aws::Types::WorkloadConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration::String

Returns the value of attribute configuration.

Returns:

  • (::String)


621
622
623
# File 'sig/types.rbs', line 621

def configuration
  @configuration
end

#tier"CUSTOM", ...

Returns the value of attribute tier.

Returns:

  • ("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")


620
621
622
# File 'sig/types.rbs', line 620

def tier
  @tier
end

#workload_name::String

Returns the value of attribute workload_name.

Returns:

  • (::String)


619
620
621
# File 'sig/types.rbs', line 619

def workload_name
  @workload_name
end