Class: Aws::Types::StartDomainVerificationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1380
1381
1382
# File 'sig/types.rbs', line 1380

def arn
  @arn
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


1381
1382
1383
# File 'sig/types.rbs', line 1381

def domain_name
  @domain_name
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1379
1380
1381
# File 'sig/types.rbs', line 1379

def id
  @id
end

#status"VERIFIED", ...

Returns the value of attribute status.

Returns:

  • ("VERIFIED", "PENDING", "VERIFICATION_TIMED_OUT")


1382
1383
1384
# File 'sig/types.rbs', line 1382

def status
  @status
end

#txt_method_configTypes::TxtMethodConfig

Returns the value of attribute txt_method_config.



1383
1384
1385
# File 'sig/types.rbs', line 1383

def txt_method_config
  @txt_method_config
end