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.
2846 2847 2848 |
# File 'sig/types.rbs', line 2846 def data_store @data_store end |
#dead_letter_queue_url ⇒ ::String
Returns the value of attribute dead_letter_queue_url.
2843 2844 2845 |
# File 'sig/types.rbs', line 2843 def dead_letter_queue_url @dead_letter_queue_url end |
#default_encryption_key ⇒ ::String
Returns the value of attribute default_encryption_key.
2842 2843 2844 |
# File 'sig/types.rbs', line 2842 def default_encryption_key @default_encryption_key end |
#default_expiration_days ⇒ ::Integer
Returns the value of attribute default_expiration_days.
2841 2842 2843 |
# File 'sig/types.rbs', line 2841 def default_expiration_days @default_expiration_days end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
2840 2841 2842 |
# File 'sig/types.rbs', line 2840 def domain_name @domain_name end |
#matching ⇒ Types::MatchingRequest
Returns the value of attribute matching.
2844 2845 2846 |
# File 'sig/types.rbs', line 2844 def matching @matching end |
#rule_based_matching ⇒ Types::RuleBasedMatchingRequest
Returns the value of attribute rule_based_matching.
2845 2846 2847 |
# File 'sig/types.rbs', line 2845 def rule_based_matching @rule_based_matching end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2847 2848 2849 |
# File 'sig/types.rbs', line 2847 def @tags end |