Class: Aws::Types::Workforce

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.



12624
12625
12626
# File 'sig/types.rbs', line 12624

def cognito_config
  @cognito_config
end

#create_date::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


12626
12627
12628
# File 'sig/types.rbs', line 12626

def create_date
  @create_date
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


12629
12630
12631
# File 'sig/types.rbs', line 12629

def failure_reason
  @failure_reason
end

#ip_address_type"ipv4", "dualstack"

Returns the value of attribute ip_address_type.

Returns:

  • ("ipv4", "dualstack")


12630
12631
12632
# File 'sig/types.rbs', line 12630

def ip_address_type
  @ip_address_type
end

#last_updated_date::Time

Returns the value of attribute last_updated_date.

Returns:

  • (::Time)


12621
12622
12623
# File 'sig/types.rbs', line 12621

def last_updated_date
  @last_updated_date
end

#oidc_configTypes::OidcConfigForResponse

Returns the value of attribute oidc_config.



12625
12626
12627
# File 'sig/types.rbs', line 12625

def oidc_config
  @oidc_config
end

#source_ip_configTypes::SourceIpConfig

Returns the value of attribute source_ip_config.



12622
12623
12624
# File 'sig/types.rbs', line 12622

def source_ip_config
  @source_ip_config
end

#status"Initializing", ...

Returns the value of attribute status.

Returns:

  • ("Initializing", "Updating", "Deleting", "Failed", "Active")


12628
12629
12630
# File 'sig/types.rbs', line 12628

def status
  @status
end

#sub_domain::String

Returns the value of attribute sub_domain.

Returns:

  • (::String)


12623
12624
12625
# File 'sig/types.rbs', line 12623

def sub_domain
  @sub_domain
end

#workforce_arn::String

Returns the value of attribute workforce_arn.

Returns:

  • (::String)


12620
12621
12622
# File 'sig/types.rbs', line 12620

def workforce_arn
  @workforce_arn
end

#workforce_name::String

Returns the value of attribute workforce_name.

Returns:

  • (::String)


12619
12620
12621
# File 'sig/types.rbs', line 12619

def workforce_name
  @workforce_name
end

#workforce_vpc_configTypes::WorkforceVpcConfigResponse

Returns the value of attribute workforce_vpc_config.



12627
12628
12629
# File 'sig/types.rbs', line 12627

def workforce_vpc_config
  @workforce_vpc_config
end