Class: Aws::Types::Workgroup
- Inherits:
-
Object
- Object
- Aws::Types::Workgroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#base_capacity ⇒ ::Integer
Returns the value of attribute base_capacity.
-
#config_parameters ⇒ ::Array[Types::ConfigParameter]
Returns the value of attribute config_parameters.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#cross_account_vpcs ⇒ ::Array[::String]
Returns the value of attribute cross_account_vpcs.
-
#custom_domain_certificate_arn ⇒ ::String
Returns the value of attribute custom_domain_certificate_arn.
-
#custom_domain_certificate_expiry_time ⇒ ::Time
Returns the value of attribute custom_domain_certificate_expiry_time.
-
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
-
#endpoint ⇒ Types::Endpoint
Returns the value of attribute endpoint.
-
#enhanced_vpc_routing ⇒ Boolean
Returns the value of attribute enhanced_vpc_routing.
-
#extra_compute_for_automatic_optimization ⇒ Boolean
Returns the value of attribute extra_compute_for_automatic_optimization.
-
#ip_address_type ⇒ ::String
Returns the value of attribute ip_address_type.
-
#max_capacity ⇒ ::Integer
Returns the value of attribute max_capacity.
-
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
-
#patch_version ⇒ ::String
Returns the value of attribute patch_version.
-
#pending_track_name ⇒ ::String
Returns the value of attribute pending_track_name.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#price_performance_target ⇒ Types::PerformanceTarget
Returns the value of attribute price_performance_target.
-
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#track_name ⇒ ::String
Returns the value of attribute track_name.
-
#workgroup_arn ⇒ ::String
Returns the value of attribute workgroup_arn.
-
#workgroup_id ⇒ ::String
Returns the value of attribute workgroup_id.
-
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
-
#workgroup_version ⇒ ::String
Returns the value of attribute workgroup_version.
Instance Attribute Details
#base_capacity ⇒ ::Integer
Returns the value of attribute base_capacity.
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.
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.
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.
1206 1207 1208 |
# File 'sig/types.rbs', line 1206 def cross_account_vpcs @cross_account_vpcs end |
#custom_domain_certificate_arn ⇒ ::String
Returns the value of attribute custom_domain_certificate_arn.
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.
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.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def custom_domain_name @custom_domain_name end |
#endpoint ⇒ Types::Endpoint
Returns the value of attribute endpoint.
1210 1211 1212 |
# File 'sig/types.rbs', line 1210 def endpoint @endpoint end |
#enhanced_vpc_routing ⇒ Boolean
Returns the value of attribute enhanced_vpc_routing.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def enhanced_vpc_routing @enhanced_vpc_routing end |
#extra_compute_for_automatic_optimization ⇒ Boolean
Returns the value of attribute extra_compute_for_automatic_optimization.
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.
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.
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.
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.
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.
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.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def port @port end |
#price_performance_target ⇒ Types::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_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
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.
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.
1222 1223 1224 |
# File 'sig/types.rbs', line 1222 def status @status end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
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.
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.
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.
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.
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.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 def workgroup_version @workgroup_version end |