Class: Aws::Types::CreateWorkforceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateWorkforceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cognito_config ⇒ Types::CognitoConfig
Returns the value of attribute cognito_config.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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
#cognito_config ⇒ Types::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_config ⇒ Types::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_config ⇒ Types::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 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_config ⇒ Types::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 |