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)


1188
1189
1190
# File 'sig/types.rbs', line 1188

def base_capacity
  @base_capacity
end

#config_parameters::Array[Types::ConfigParameter]

Returns the value of attribute config_parameters.

Returns:



1189
1190
1191
# File 'sig/types.rbs', line 1189

def config_parameters
  @config_parameters
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


1190
1191
1192
# File 'sig/types.rbs', line 1190

def creation_date
  @creation_date
end

#cross_account_vpcs::Array[::String]

Returns the value of attribute cross_account_vpcs.

Returns:

  • (::Array[::String])


1191
1192
1193
# File 'sig/types.rbs', line 1191

def 
  @cross_account_vpcs
end

#custom_domain_certificate_arn::String

Returns the value of attribute custom_domain_certificate_arn.

Returns:

  • (::String)


1192
1193
1194
# File 'sig/types.rbs', line 1192

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)


1193
1194
1195
# File 'sig/types.rbs', line 1193

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)


1194
1195
1196
# File 'sig/types.rbs', line 1194

def custom_domain_name
  @custom_domain_name
end

#endpointTypes::Endpoint

Returns the value of attribute endpoint.

Returns:



1195
1196
1197
# File 'sig/types.rbs', line 1195

def endpoint
  @endpoint
end

#enhanced_vpc_routingBoolean

Returns the value of attribute enhanced_vpc_routing.

Returns:

  • (Boolean)


1196
1197
1198
# File 'sig/types.rbs', line 1196

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)


1197
1198
1199
# File 'sig/types.rbs', line 1197

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)


1198
1199
1200
# File 'sig/types.rbs', line 1198

def ip_address_type
  @ip_address_type
end

#max_capacity::Integer

Returns the value of attribute max_capacity.

Returns:

  • (::Integer)


1199
1200
1201
# File 'sig/types.rbs', line 1199

def max_capacity
  @max_capacity
end

#namespace_name::String

Returns the value of attribute namespace_name.

Returns:

  • (::String)


1200
1201
1202
# File 'sig/types.rbs', line 1200

def namespace_name
  @namespace_name
end

#patch_version::String

Returns the value of attribute patch_version.

Returns:

  • (::String)


1201
1202
1203
# File 'sig/types.rbs', line 1201

def patch_version
  @patch_version
end

#pending_track_name::String

Returns the value of attribute pending_track_name.

Returns:

  • (::String)


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

def pending_track_name
  @pending_track_name
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


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

def port
  @port
end

#price_performance_targetTypes::PerformanceTarget

Returns the value of attribute price_performance_target.



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

def price_performance_target
  @price_performance_target
end

#publicly_accessibleBoolean

Returns the value of attribute publicly_accessible.

Returns:

  • (Boolean)


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

def publicly_accessible
  @publicly_accessible
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


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

def security_group_ids
  @security_group_ids
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


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

def status
  @status
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


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

def subnet_ids
  @subnet_ids
end

#track_name::String

Returns the value of attribute track_name.

Returns:

  • (::String)


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

def track_name
  @track_name
end

#workgroup_arn::String

Returns the value of attribute workgroup_arn.

Returns:

  • (::String)


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

def workgroup_arn
  @workgroup_arn
end

#workgroup_id::String

Returns the value of attribute workgroup_id.

Returns:

  • (::String)


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

def workgroup_id
  @workgroup_id
end

#workgroup_name::String

Returns the value of attribute workgroup_name.

Returns:

  • (::String)


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

def workgroup_name
  @workgroup_name
end

#workgroup_version::String

Returns the value of attribute workgroup_version.

Returns:

  • (::String)


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

def workgroup_version
  @workgroup_version
end