Class: Aws::Types::UpdateWorkforceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ip_address_type"ipv4", "dualstack"

Returns the value of attribute ip_address_type.

Returns:

  • ("ipv4", "dualstack")


12593
12594
12595
# File 'sig/types.rbs', line 12593

def ip_address_type
  @ip_address_type
end

#oidc_configTypes::OidcConfig

Returns the value of attribute oidc_config.

Returns:



12591
12592
12593
# File 'sig/types.rbs', line 12591

def oidc_config
  @oidc_config
end

#source_ip_configTypes::SourceIpConfig

Returns the value of attribute source_ip_config.



12590
12591
12592
# File 'sig/types.rbs', line 12590

def source_ip_config
  @source_ip_config
end

#workforce_name::String

Returns the value of attribute workforce_name.

Returns:

  • (::String)


12589
12590
12591
# File 'sig/types.rbs', line 12589

def workforce_name
  @workforce_name
end

#workforce_vpc_configTypes::WorkforceVpcConfigRequest

Returns the value of attribute workforce_vpc_config.



12592
12593
12594
# File 'sig/types.rbs', line 12592

def workforce_vpc_config
  @workforce_vpc_config
end