Class: Aws::Types::GetDomainVerificationResponse

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)


545
546
547
# File 'sig/types.rbs', line 545

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


549
550
551
# File 'sig/types.rbs', line 549

def created_at
  @created_at
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


546
547
548
# File 'sig/types.rbs', line 546

def domain_name
  @domain_name
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


544
545
546
# File 'sig/types.rbs', line 544

def id
  @id
end

#last_verified_time::Time

Returns the value of attribute last_verified_time.

Returns:

  • (::Time)


550
551
552
# File 'sig/types.rbs', line 550

def last_verified_time
  @last_verified_time
end

#status"VERIFIED", ...

Returns the value of attribute status.

Returns:

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


547
548
549
# File 'sig/types.rbs', line 547

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


551
552
553
# File 'sig/types.rbs', line 551

def tags
  @tags
end

#txt_method_configTypes::TxtMethodConfig

Returns the value of attribute txt_method_config.



548
549
550
# File 'sig/types.rbs', line 548

def txt_method_config
  @txt_method_config
end