Class: Aws::Types::Workforce
- Inherits:
-
Object
- Object
- Aws::Types::Workforce
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cognito_config ⇒ Types::CognitoConfig
Returns the value of attribute cognito_config.
-
#create_date ⇒ ::Time
Returns the value of attribute create_date.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#ip_address_type ⇒ "ipv4", "dualstack"
Returns the value of attribute ip_address_type.
-
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
-
#oidc_config ⇒ Types::OidcConfigForResponse
Returns the value of attribute oidc_config.
-
#source_ip_config ⇒ Types::SourceIpConfig
Returns the value of attribute source_ip_config.
-
#status ⇒ "Initializing", ...
Returns the value of attribute status.
-
#sub_domain ⇒ ::String
Returns the value of attribute sub_domain.
-
#workforce_arn ⇒ ::String
Returns the value of attribute workforce_arn.
-
#workforce_name ⇒ ::String
Returns the value of attribute workforce_name.
-
#workforce_vpc_config ⇒ Types::WorkforceVpcConfigResponse
Returns the value of attribute workforce_vpc_config.
Instance Attribute Details
#cognito_config ⇒ Types::CognitoConfig
Returns the value of attribute cognito_config.
12616 12617 12618 |
# File 'sig/types.rbs', line 12616 def cognito_config @cognito_config end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
12618 12619 12620 |
# File 'sig/types.rbs', line 12618 def create_date @create_date end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
12621 12622 12623 |
# File 'sig/types.rbs', line 12621 def failure_reason @failure_reason end |
#ip_address_type ⇒ "ipv4", "dualstack"
Returns the value of attribute ip_address_type.
12622 12623 12624 |
# File 'sig/types.rbs', line 12622 def ip_address_type @ip_address_type end |
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
12613 12614 12615 |
# File 'sig/types.rbs', line 12613 def last_updated_date @last_updated_date end |
#oidc_config ⇒ Types::OidcConfigForResponse
Returns the value of attribute oidc_config.
12617 12618 12619 |
# File 'sig/types.rbs', line 12617 def oidc_config @oidc_config end |
#source_ip_config ⇒ Types::SourceIpConfig
Returns the value of attribute source_ip_config.
12614 12615 12616 |
# File 'sig/types.rbs', line 12614 def source_ip_config @source_ip_config end |
#status ⇒ "Initializing", ...
Returns the value of attribute status.
12620 12621 12622 |
# File 'sig/types.rbs', line 12620 def status @status end |
#sub_domain ⇒ ::String
Returns the value of attribute sub_domain.
12615 12616 12617 |
# File 'sig/types.rbs', line 12615 def sub_domain @sub_domain end |
#workforce_arn ⇒ ::String
Returns the value of attribute workforce_arn.
12612 12613 12614 |
# File 'sig/types.rbs', line 12612 def workforce_arn @workforce_arn end |
#workforce_name ⇒ ::String
Returns the value of attribute workforce_name.
12611 12612 12613 |
# File 'sig/types.rbs', line 12611 def workforce_name @workforce_name end |
#workforce_vpc_config ⇒ Types::WorkforceVpcConfigResponse
Returns the value of attribute workforce_vpc_config.
12619 12620 12621 |
# File 'sig/types.rbs', line 12619 def workforce_vpc_config @workforce_vpc_config end |