Class: Aws::Types::UpdateDomainResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2890
2891
2892
# File 'sig/types.rbs', line 2890

def created_at
  @created_at
end

#data_store ⇒ Types::DataStoreResponse

Returns the value of attribute data_store.



2889
2890
2891
# File 'sig/types.rbs', line 2889

def data_store
  @data_store
end

#dead_letter_queue_url ⇒ ::String

Returns the value of attribute dead_letter_queue_url.

Returns:

  • (::String)


2886
2887
2888
# File 'sig/types.rbs', line 2886

def dead_letter_queue_url
  @dead_letter_queue_url
end

#default_encryption_key ⇒ ::String

Returns the value of attribute default_encryption_key.

Returns:

  • (::String)


2885
2886
2887
# File 'sig/types.rbs', line 2885

def default_encryption_key
  @default_encryption_key
end

#default_expiration_days ⇒ ::Integer

Returns the value of attribute default_expiration_days.

Returns:

  • (::Integer)


2884
2885
2886
# File 'sig/types.rbs', line 2884

def default_expiration_days
  @default_expiration_days
end

#domain_name ⇒ ::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


2883
2884
2885
# File 'sig/types.rbs', line 2883

def domain_name
  @domain_name
end

#last_updated_at ⇒ ::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


2891
2892
2893
# File 'sig/types.rbs', line 2891

def last_updated_at
  @last_updated_at
end

#matching ⇒ Types::MatchingResponse

Returns the value of attribute matching.



2887
2888
2889
# File 'sig/types.rbs', line 2887

def matching
  @matching
end

#rule_based_matching ⇒ Types::RuleBasedMatchingResponse

Returns the value of attribute rule_based_matching.



2888
2889
2890
# File 'sig/types.rbs', line 2888

def rule_based_matching
  @rule_based_matching
end

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

Returns the value of attribute tags.

Returns:

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


2892
2893
2894
# File 'sig/types.rbs', line 2892

def tags
  @tags
end