Class: Aws::Types::DomainScope

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#exact_domain"ENABLED", "DISABLED"

Returns the value of attribute exact_domain.

Returns:

  • ("ENABLED", "DISABLED")


490
491
492
# File 'sig/types.rbs', line 490

def exact_domain
  @exact_domain
end

#subdomains"ENABLED", "DISABLED"

Returns the value of attribute subdomains.

Returns:

  • ("ENABLED", "DISABLED")


491
492
493
# File 'sig/types.rbs', line 491

def subdomains
  @subdomains
end

#wildcards"ENABLED", "DISABLED"

Returns the value of attribute wildcards.

Returns:

  • ("ENABLED", "DISABLED")


492
493
494
# File 'sig/types.rbs', line 492

def wildcards
  @wildcards
end