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.
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.
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.
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.
1191 1192 1193 |
# File 'sig/types.rbs', line 1191 def cross_account_vpcs @cross_account_vpcs end |
#custom_domain_certificate_arn ⇒ ::String
Returns the value of attribute custom_domain_certificate_arn.
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.
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.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def custom_domain_name @custom_domain_name end |
#endpoint ⇒ Types::Endpoint
Returns the value of attribute endpoint.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def endpoint @endpoint end |
#enhanced_vpc_routing ⇒ Boolean
Returns the value of attribute enhanced_vpc_routing.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def enhanced_vpc_routing @enhanced_vpc_routing end |
#extra_compute_for_automatic_optimization ⇒ Boolean
Returns the value of attribute extra_compute_for_automatic_optimization.
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.
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.
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.
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.
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.
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.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def port @port end |
#price_performance_target ⇒ Types::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_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
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.
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.
1207 1208 1209 |
# File 'sig/types.rbs', line 1207 def status @status end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
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.
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.
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.
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.
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.
1213 1214 1215 |
# File 'sig/types.rbs', line 1213 def workgroup_version @workgroup_version end |