Class: Aws::Types::CreateDomainRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDomainRequest
- 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.
369 370 371 |
# File 'sig/types.rbs', line 369 def data_store @data_store end |
#dead_letter_queue_url ⇒ ::String
Returns the value of attribute dead_letter_queue_url.
366 367 368 |
# File 'sig/types.rbs', line 366 def dead_letter_queue_url @dead_letter_queue_url end |
#default_encryption_key ⇒ ::String
Returns the value of attribute default_encryption_key.
365 366 367 |
# File 'sig/types.rbs', line 365 def default_encryption_key @default_encryption_key end |
#default_expiration_days ⇒ ::Integer
Returns the value of attribute default_expiration_days.
364 365 366 |
# File 'sig/types.rbs', line 364 def default_expiration_days @default_expiration_days end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
363 364 365 |
# File 'sig/types.rbs', line 363 def domain_name @domain_name end |
#matching ⇒ Types::MatchingRequest
Returns the value of attribute matching.
367 368 369 |
# File 'sig/types.rbs', line 367 def matching @matching end |
#rule_based_matching ⇒ Types::RuleBasedMatchingRequest
Returns the value of attribute rule_based_matching.
368 369 370 |
# File 'sig/types.rbs', line 368 def rule_based_matching @rule_based_matching end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
370 371 372 |
# File 'sig/types.rbs', line 370 def @tags end |