Class: Aws::Types::Workgroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#base_capacity::Integer

Returns the value of attribute base_capacity.

Returns:

  • (::Integer)


1203
1204
1205
# File 'sig/types.rbs', line 1203

def base_capacity
  @base_capacity
end

#config_parameters::Array[Types::ConfigParameter]

Returns the value of attribute config_parameters.

Returns:



1204
1205
1206
# File 'sig/types.rbs', line 1204

def config_parameters
  @config_parameters
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


1205
1206
1207
# File 'sig/types.rbs', line 1205

def creation_date
  @creation_date
end

#cross_account_vpcs::Array[::String]

Returns the value of attribute cross_account_vpcs.

Returns:

  • (::Array[::String])


1206
1207
1208
# File 'sig/types.rbs', line 1206

def 
  @cross_account_vpcs
end

#custom_domain_certificate_arn::String

Returns the value of attribute custom_domain_certificate_arn.

Returns:

  • (::String)


1207
1208
1209
# File 'sig/types.rbs', line 1207

def custom_domain_certificate_arn
  @custom_domain_certificate_arn
end

#custom_domain_certificate_expiry_time::Time

Returns the value of attribute custom_domain_certificate_expiry_time.

Returns:

  • (::Time)


1208
1209
1210
# File 'sig/types.rbs', line 1208

def custom_domain_certificate_expiry_time
  @custom_domain_certificate_expiry_time
end

#custom_domain_name::String

Returns the value of attribute custom_domain_name.

Returns:

  • (::String)


1209
1210
1211
# File 'sig/types.rbs', line 1209

def custom_domain_name
  @custom_domain_name
end

#endpointTypes::Endpoint

Returns the value of attribute endpoint.

Returns:



1210
1211
1212
# File 'sig/types.rbs', line 1210

def endpoint
  @endpoint
end

#enhanced_vpc_routingBoolean

Returns the value of attribute enhanced_vpc_routing.

Returns:

  • (Boolean)


1211
1212
1213
# File 'sig/types.rbs', line 1211

def enhanced_vpc_routing
  @enhanced_vpc_routing
end

#extra_compute_for_automatic_optimizationBoolean

Returns the value of attribute extra_compute_for_automatic_optimization.

Returns:

  • (Boolean)


1212
1213
1214
# File 'sig/types.rbs', line 1212

def extra_compute_for_automatic_optimization
  @extra_compute_for_automatic_optimization
end

#ip_address_type::String

Returns the value of attribute ip_address_type.

Returns:

  • (::String)


1213
1214
1215
# File 'sig/types.rbs', line 1213

def ip_address_type
  @ip_address_type
end

#max_capacity::Integer

Returns the value of attribute max_capacity.

Returns:

  • (::Integer)


1214
1215
1216
# File 'sig/types.rbs', line 1214

def max_capacity
  @max_capacity
end

#namespace_name::String

Returns the value of attribute namespace_name.

Returns:

  • (::String)


1215
1216
1217
# File 'sig/types.rbs', line 1215

def namespace_name
  @namespace_name
end

#patch_version::String

Returns the value of attribute patch_version.

Returns:

  • (::String)


1216
1217
1218
# File 'sig/types.rbs', line 1216

def patch_version
  @patch_version
end

#pending_track_name::String

Returns the value of attribute pending_track_name.

Returns:

  • (::String)


1217
1218
1219
# File 'sig/types.rbs', line 1217

def pending_track_name
  @pending_track_name
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


1218
1219
1220
# File 'sig/types.rbs', line 1218

def port
  @port
end

#price_performance_targetTypes::PerformanceTarget

Returns the value of attribute price_performance_target.



1219
1220
1221
# File 'sig/types.rbs', line 1219

def price_performance_target
  @price_performance_target
end

#publicly_accessibleBoolean

Returns the value of attribute publicly_accessible.

Returns:

  • (Boolean)


1220
1221
1222
# File 'sig/types.rbs', line 1220

def publicly_accessible
  @publicly_accessible
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


1221
1222
1223
# File 'sig/types.rbs', line 1221

def security_group_ids
  @security_group_ids
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "AVAILABLE", "MODIFYING", "DELETING")


1222
1223
1224
# File 'sig/types.rbs', line 1222

def status
  @status
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


1223
1224
1225
# File 'sig/types.rbs', line 1223

def subnet_ids
  @subnet_ids
end

#track_name::String

Returns the value of attribute track_name.

Returns:

  • (::String)


1224
1225
1226
# File 'sig/types.rbs', line 1224

def track_name
  @track_name
end

#workgroup_arn::String

Returns the value of attribute workgroup_arn.

Returns:

  • (::String)


1225
1226
1227
# File 'sig/types.rbs', line 1225

def workgroup_arn
  @workgroup_arn
end

#workgroup_id::String

Returns the value of attribute workgroup_id.

Returns:

  • (::String)


1226
1227
1228
# File 'sig/types.rbs', line 1226

def workgroup_id
  @workgroup_id
end

#workgroup_name::String

Returns the value of attribute workgroup_name.

Returns:

  • (::String)


1227
1228
1229
# File 'sig/types.rbs', line 1227

def workgroup_name
  @workgroup_name
end

#workgroup_version::String

Returns the value of attribute workgroup_version.

Returns:

  • (::String)


1228
1229
1230
# File 'sig/types.rbs', line 1228

def workgroup_version
  @workgroup_version
end