Class: Aws::Types::UpdateComponentConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_config_enabledBoolean

Returns the value of attribute auto_config_enabled.

Returns:

  • (Boolean)


546
547
548
# File 'sig/types.rbs', line 546

def auto_config_enabled
  @auto_config_enabled
end

#component_configuration::String

Returns the value of attribute component_configuration.

Returns:

  • (::String)


545
546
547
# File 'sig/types.rbs', line 545

def component_configuration
  @component_configuration
end

#component_name::String

Returns the value of attribute component_name.

Returns:

  • (::String)


542
543
544
# File 'sig/types.rbs', line 542

def component_name
  @component_name
end

#monitorBoolean

Returns the value of attribute monitor.

Returns:

  • (Boolean)


543
544
545
# File 'sig/types.rbs', line 543

def monitor
  @monitor
end

#resource_group_name::String

Returns the value of attribute resource_group_name.

Returns:

  • (::String)


541
542
543
# File 'sig/types.rbs', line 541

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


544
545
546
# File 'sig/types.rbs', line 544

def tier
  @tier
end