Class: Aws::Types::GetDomainNameResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_mapping_selection_expression::String

Returns the value of attribute api_mapping_selection_expression.

Returns:

  • (::String)


1161
1162
1163
# File 'sig/types.rbs', line 1161

def api_mapping_selection_expression
  @api_mapping_selection_expression
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


1162
1163
1164
# File 'sig/types.rbs', line 1162

def domain_name
  @domain_name
end

#domain_name_arn::String

Returns the value of attribute domain_name_arn.

Returns:

  • (::String)


1163
1164
1165
# File 'sig/types.rbs', line 1163

def domain_name_arn
  @domain_name_arn
end

#domain_name_configurations::Array[Types::DomainNameConfiguration]

Returns the value of attribute domain_name_configurations.

Returns:



1164
1165
1166
# File 'sig/types.rbs', line 1164

def domain_name_configurations
  @domain_name_configurations
end

#mutual_tls_authenticationTypes::MutualTlsAuthentication

Returns the value of attribute mutual_tls_authentication.



1165
1166
1167
# File 'sig/types.rbs', line 1165

def mutual_tls_authentication
  @mutual_tls_authentication
end

#routing_mode"API_MAPPING_ONLY", ...

Returns the value of attribute routing_mode.

Returns:

  • ("API_MAPPING_ONLY", "ROUTING_RULE_ONLY", "ROUTING_RULE_THEN_API_MAPPING")


1166
1167
1168
# File 'sig/types.rbs', line 1166

def routing_mode
  @routing_mode
end

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

Returns the value of attribute tags.

Returns:

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


1167
1168
1169
# File 'sig/types.rbs', line 1167

def tags
  @tags
end