Class: Aws::Types::DomainVerificationSummary

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)


488
489
490
# File 'sig/types.rbs', line 488

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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

def created_at
  @created_at
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


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

def domain_name
  @domain_name
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


487
488
489
# File 'sig/types.rbs', line 487

def id
  @id
end

#last_verified_time::Time

Returns the value of attribute last_verified_time.

Returns:

  • (::Time)


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

def last_verified_time
  @last_verified_time
end

#status"VERIFIED", ...

Returns the value of attribute status.

Returns:

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


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

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


494
495
496
# File 'sig/types.rbs', line 494

def tags
  @tags
end

#txt_method_configTypes::TxtMethodConfig

Returns the value of attribute txt_method_config.



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

def txt_method_config
  @txt_method_config
end