Class: Aws::Types::CreateWorkforceRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#cognito_configTypes::CognitoConfig

Returns the value of attribute cognito_config.



3007
3008
3009
# File 'sig/types.rbs', line 3007

def cognito_config
  @cognito_config
end

#ip_address_type"ipv4", "dualstack"

Returns the value of attribute ip_address_type.



3013
3014
3015
# File 'sig/types.rbs', line 3013

def ip_address_type
  @ip_address_type
end

#oidc_configTypes::OidcConfig

Returns the value of attribute oidc_config.



3008
3009
3010
# File 'sig/types.rbs', line 3008

def oidc_config
  @oidc_config
end

#source_ip_configTypes::SourceIpConfig

Returns the value of attribute source_ip_config.



3009
3010
3011
# File 'sig/types.rbs', line 3009

def source_ip_config
  @source_ip_config
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.



3011
3012
3013
# File 'sig/types.rbs', line 3011

def tags
  @tags
end

#workforce_name::String

Returns the value of attribute workforce_name.



3010
3011
3012
# File 'sig/types.rbs', line 3010

def workforce_name
  @workforce_name
end

#workforce_vpc_configTypes::WorkforceVpcConfigRequest

Returns the value of attribute workforce_vpc_config.



3012
3013
3014
# File 'sig/types.rbs', line 3012

def workforce_vpc_config
  @workforce_vpc_config
end