Class: Aws::CloudWatchOmni::Types::UpdateDomainInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::UpdateDomainInput
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_id ⇒ String
The unique ID of the domain to update.
-
#identity_provider_configuration ⇒ Types::IdentityProviderConfiguration
Identity provider configuration for the domain.
-
#identity_providers ⇒ Array<String>
The identity providers to configure for the domain.
-
#name ⇒ String
A new name for the domain.
Instance Attribute Details
#domain_id ⇒ String
The unique ID of the domain to update.
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_configuration ⇒ Types::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_providers ⇒ Array<String>
The identity providers to configure 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 |
#name ⇒ String
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.
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 |