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.
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.
2996 2997 2998 |
# File 'sig/types.rbs', line 2996 def ip_address_type @ip_address_type end |
#oidc_config ⇒ Types::OidcConfig
Returns the value of attribute oidc_config.
2991 2992 2993 |
# File 'sig/types.rbs', line 2991 def oidc_config @oidc_config end |
#source_ip_config ⇒ Types::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.
2994 2995 2996 |
# File 'sig/types.rbs', line 2994 def @tags end |
#workforce_name ⇒ ::String
Returns the value of attribute workforce_name.
2993 2994 2995 |
# File 'sig/types.rbs', line 2993 def workforce_name @workforce_name end |
#workforce_vpc_config ⇒ Types::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 |