Class: Aws::Types::UpdateDomainRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_store ⇒ Types::DataStoreRequest

Returns the value of attribute data_store.



2877
2878
2879
# File 'sig/types.rbs', line 2877

def data_store
  @data_store
end

#dead_letter_queue_url ⇒ ::String

Returns the value of attribute dead_letter_queue_url.

Returns:

  • (::String)


2874
2875
2876
# File 'sig/types.rbs', line 2874

def dead_letter_queue_url
  @dead_letter_queue_url
end

#default_encryption_key ⇒ ::String

Returns the value of attribute default_encryption_key.

Returns:

  • (::String)


2873
2874
2875
# File 'sig/types.rbs', line 2873

def default_encryption_key
  @default_encryption_key
end

#default_expiration_days ⇒ ::Integer

Returns the value of attribute default_expiration_days.

Returns:

  • (::Integer)


2872
2873
2874
# File 'sig/types.rbs', line 2872

def default_expiration_days
  @default_expiration_days
end

#domain_name ⇒ ::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


2871
2872
2873
# File 'sig/types.rbs', line 2871

def domain_name
  @domain_name
end

#matching ⇒ Types::MatchingRequest

Returns the value of attribute matching.



2875
2876
2877
# File 'sig/types.rbs', line 2875

def matching
  @matching
end

#rule_based_matching ⇒ Types::RuleBasedMatchingRequest

Returns the value of attribute rule_based_matching.



2876
2877
2878
# File 'sig/types.rbs', line 2876

def rule_based_matching
  @rule_based_matching
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


2878
2879
2880
# File 'sig/types.rbs', line 2878

def tags
  @tags
end