Class: Aws::Types::CreateWorkforceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cognito_configTypes::CognitoConfig

Returns the value of attribute cognito_config.



2990
2991
2992
# File 'sig/types.rbs', line 2990

def cognito_config
  @cognito_config
end

#ip_address_type"ipv4", "dualstack"

Returns the value of attribute ip_address_type.

Returns:

  • ("ipv4", "dualstack")


2996
2997
2998
# File 'sig/types.rbs', line 2996

def ip_address_type
  @ip_address_type
end

#oidc_configTypes::OidcConfig

Returns the value of attribute oidc_config.

Returns:



2991
2992
2993
# File 'sig/types.rbs', line 2991

def oidc_config
  @oidc_config
end

#source_ip_configTypes::SourceIpConfig

Returns the value of attribute source_ip_config.



2992
2993
2994
# File 'sig/types.rbs', line 2992

def source_ip_config
  @source_ip_config
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2994
2995
2996
# File 'sig/types.rbs', line 2994

def tags
  @tags
end

#workforce_name::String

Returns the value of attribute workforce_name.

Returns:

  • (::String)


2993
2994
2995
# File 'sig/types.rbs', line 2993

def workforce_name
  @workforce_name
end

#workforce_vpc_configTypes::WorkforceVpcConfigRequest

Returns the value of attribute workforce_vpc_config.



2995
2996
2997
# File 'sig/types.rbs', line 2995

def workforce_vpc_config
  @workforce_vpc_config
end