Class: Aws::Types::UpdateDomainRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDomainRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_store ⇒ Types::DataStoreRequest
Returns the value of attribute data_store.
-
#dead_letter_queue_url ⇒ ::String
Returns the value of attribute dead_letter_queue_url.
-
#default_encryption_key ⇒ ::String
Returns the value of attribute default_encryption_key.
-
#default_expiration_days ⇒ ::Integer
Returns the value of attribute default_expiration_days.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#matching ⇒ Types::MatchingRequest
Returns the value of attribute matching.
-
#rule_based_matching ⇒ Types::RuleBasedMatchingRequest
Returns the value of attribute rule_based_matching.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
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.
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.
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.
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.
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.
2878 2879 2880 |
# File 'sig/types.rbs', line 2878 def end |