Class: Aws::CloudWatchOmni::Types::UpdateDomainInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_idString

The unique ID of the domain to update.

Returns:

  • (String)


4982
4983
4984
4985
4986
4987
4988
4989
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4982

class UpdateDomainInput < Struct.new(
  :domain_id,
  :name,
  :identity_providers,
  :identity_provider_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#identity_provider_configurationTypes::IdentityProviderConfiguration

Identity provider configuration for the domain.



4982
4983
4984
4985
4986
4987
4988
4989
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4982

class UpdateDomainInput < Struct.new(
  :domain_id,
  :name,
  :identity_providers,
  :identity_provider_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#identity_providersArray<String>

The identity providers to configure for the domain.

Returns:

  • (Array<String>)


4982
4983
4984
4985
4986
4987
4988
4989
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4982

class UpdateDomainInput < Struct.new(
  :domain_id,
  :name,
  :identity_providers,
  :identity_provider_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A new name for the domain. Omit to leave unchanged. Must be 3-63 characters: lowercase letters, numbers, and hyphens. It must begin and end with a letter or number and cannot contain consecutive hyphens.

Returns:

  • (String)


4982
4983
4984
4985
4986
4987
4988
4989
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4982

class UpdateDomainInput < Struct.new(
  :domain_id,
  :name,
  :identity_providers,
  :identity_provider_configuration)
  SENSITIVE = []
  include Aws::Structure
end