Class: Aws::Types::StartDomainVerificationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1372
1373
1374
# File 'sig/types.rbs', line 1372

def client_token
  @client_token
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


1373
1374
1375
# File 'sig/types.rbs', line 1373

def domain_name
  @domain_name
end

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

Returns the value of attribute tags.

Returns:

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


1374
1375
1376
# File 'sig/types.rbs', line 1374

def tags
  @tags
end