Class: Aws::Types::ValidationTokenDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


4191
4192
4193
# File 'sig/types.rbs', line 4191

def domain
  @domain
end

#redirect_from::String

Returns the value of attribute redirect_from.

Returns:

  • (::String)


4193
4194
4195
# File 'sig/types.rbs', line 4193

def redirect_from
  @redirect_from
end

#redirect_to::String

Returns the value of attribute redirect_to.

Returns:

  • (::String)


4192
4193
4194
# File 'sig/types.rbs', line 4192

def redirect_to
  @redirect_to
end