Class: Aws::Types::CreateDomainNameInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


285
286
287
# File 'sig/types.rbs', line 285

def domain_name
  @domain_name
end

#domain_name_configurations::Array[Types::DomainNameConfiguration]

Returns the value of attribute domain_name_configurations.

Returns:



286
287
288
# File 'sig/types.rbs', line 286

def domain_name_configurations
  @domain_name_configurations
end

#mutual_tls_authenticationTypes::MutualTlsAuthenticationInput

Returns the value of attribute mutual_tls_authentication.



287
288
289
# File 'sig/types.rbs', line 287

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")


288
289
290
# File 'sig/types.rbs', line 288

def routing_mode
  @routing_mode
end

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

Returns the value of attribute tags.

Returns:

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


289
290
291
# File 'sig/types.rbs', line 289

def tags
  @tags
end