Class: Aws::Types::UpdateDomainResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDomainResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#data_store ⇒ Types::DataStoreResponse
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.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#matching ⇒ Types::MatchingResponse
Returns the value of attribute matching.
-
#rule_based_matching ⇒ Types::RuleBasedMatchingResponse
Returns the value of attribute rule_based_matching.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2859 2860 2861 |
# File 'sig/types.rbs', line 2859 def created_at @created_at end |
#data_store ⇒ Types::DataStoreResponse
Returns the value of attribute data_store.
2858 2859 2860 |
# File 'sig/types.rbs', line 2858 def data_store @data_store end |
#dead_letter_queue_url ⇒ ::String
Returns the value of attribute dead_letter_queue_url.
2855 2856 2857 |
# File 'sig/types.rbs', line 2855 def dead_letter_queue_url @dead_letter_queue_url end |
#default_encryption_key ⇒ ::String
Returns the value of attribute default_encryption_key.
2854 2855 2856 |
# File 'sig/types.rbs', line 2854 def default_encryption_key @default_encryption_key end |
#default_expiration_days ⇒ ::Integer
Returns the value of attribute default_expiration_days.
2853 2854 2855 |
# File 'sig/types.rbs', line 2853 def default_expiration_days @default_expiration_days end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
2852 2853 2854 |
# File 'sig/types.rbs', line 2852 def domain_name @domain_name end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
2860 2861 2862 |
# File 'sig/types.rbs', line 2860 def last_updated_at @last_updated_at end |
#matching ⇒ Types::MatchingResponse
Returns the value of attribute matching.
2856 2857 2858 |
# File 'sig/types.rbs', line 2856 def matching @matching end |
#rule_based_matching ⇒ Types::RuleBasedMatchingResponse
Returns the value of attribute rule_based_matching.
2857 2858 2859 |
# File 'sig/types.rbs', line 2857 def rule_based_matching @rule_based_matching end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2861 2862 2863 |
# File 'sig/types.rbs', line 2861 def @tags end |