Class: Aws::Types::UpdateWorkforceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWorkforceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ip_address_type ⇒ "ipv4", "dualstack"
Returns the value of attribute ip_address_type.
-
#oidc_config ⇒ Types::OidcConfig
Returns the value of attribute oidc_config.
-
#source_ip_config ⇒ Types::SourceIpConfig
Returns the value of attribute source_ip_config.
-
#workforce_name ⇒ ::String
Returns the value of attribute workforce_name.
-
#workforce_vpc_config ⇒ Types::WorkforceVpcConfigRequest
Returns the value of attribute workforce_vpc_config.
Instance Attribute Details
#ip_address_type ⇒ "ipv4", "dualstack"
Returns the value of attribute ip_address_type.
12515 12516 12517 |
# File 'sig/types.rbs', line 12515 def ip_address_type @ip_address_type end |
#oidc_config ⇒ Types::OidcConfig
Returns the value of attribute oidc_config.
12513 12514 12515 |
# File 'sig/types.rbs', line 12513 def oidc_config @oidc_config end |
#source_ip_config ⇒ Types::SourceIpConfig
Returns the value of attribute source_ip_config.
12512 12513 12514 |
# File 'sig/types.rbs', line 12512 def source_ip_config @source_ip_config end |
#workforce_name ⇒ ::String
Returns the value of attribute workforce_name.
12511 12512 12513 |
# File 'sig/types.rbs', line 12511 def workforce_name @workforce_name end |
#workforce_vpc_config ⇒ Types::WorkforceVpcConfigRequest
Returns the value of attribute workforce_vpc_config.
12514 12515 12516 |
# File 'sig/types.rbs', line 12514 def workforce_vpc_config @workforce_vpc_config end |