Class: Aws::Types::GetDomainResponse

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)


1127
1128
1129
# File 'sig/types.rbs', line 1127

def created_at
  @created_at
end

#data_storeTypes::DataStoreResponse

Returns the value of attribute data_store.



1126
1127
1128
# File 'sig/types.rbs', line 1126

def data_store
  @data_store
end

#dead_letter_queue_url::String

Returns the value of attribute dead_letter_queue_url.

Returns:

  • (::String)


1122
1123
1124
# File 'sig/types.rbs', line 1122

def dead_letter_queue_url
  @dead_letter_queue_url
end

#default_encryption_key::String

Returns the value of attribute default_encryption_key.

Returns:

  • (::String)


1121
1122
1123
# File 'sig/types.rbs', line 1121

def default_encryption_key
  @default_encryption_key
end

#default_expiration_days::Integer

Returns the value of attribute default_expiration_days.

Returns:

  • (::Integer)


1120
1121
1122
# File 'sig/types.rbs', line 1120

def default_expiration_days
  @default_expiration_days
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


1119
1120
1121
# File 'sig/types.rbs', line 1119

def domain_name
  @domain_name
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


1128
1129
1130
# File 'sig/types.rbs', line 1128

def last_updated_at
  @last_updated_at
end

#matchingTypes::MatchingResponse

Returns the value of attribute matching.



1124
1125
1126
# File 'sig/types.rbs', line 1124

def matching
  @matching
end

#rule_based_matchingTypes::RuleBasedMatchingResponse

Returns the value of attribute rule_based_matching.



1125
1126
1127
# File 'sig/types.rbs', line 1125

def rule_based_matching
  @rule_based_matching
end

#statsTypes::DomainStats

Returns the value of attribute stats.

Returns:



1123
1124
1125
# File 'sig/types.rbs', line 1123

def stats
  @stats
end

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

Returns the value of attribute tags.

Returns:

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


1129
1130
1131
# File 'sig/types.rbs', line 1129

def tags
  @tags
end