Class: Aws::Types::Workload

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#component_name::String

Returns the value of attribute component_name.

Returns:

  • (::String)


610
611
612
# File 'sig/types.rbs', line 610

def component_name
  @component_name
end

#missing_workload_configBoolean

Returns the value of attribute missing_workload_config.

Returns:

  • (Boolean)


614
615
616
# File 'sig/types.rbs', line 614

def missing_workload_config
  @missing_workload_config
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")


612
613
614
# File 'sig/types.rbs', line 612

def tier
  @tier
end

#workload_id::String

Returns the value of attribute workload_id.

Returns:

  • (::String)


609
610
611
# File 'sig/types.rbs', line 609

def workload_id
  @workload_id
end

#workload_name::String

Returns the value of attribute workload_name.

Returns:

  • (::String)


611
612
613
# File 'sig/types.rbs', line 611

def workload_name
  @workload_name
end

#workload_remarks::String

Returns the value of attribute workload_remarks.

Returns:

  • (::String)


613
614
615
# File 'sig/types.rbs', line 613

def workload_remarks
  @workload_remarks
end