Class: Aws::Types::AwsCertificateManagerCertificateDomainValidationOption

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


822
823
824
# File 'sig/types.rbs', line 822

def domain_name
  @domain_name
end

#resource_recordTypes::AwsCertificateManagerCertificateResourceRecord

Returns the value of attribute resource_record.



823
824
825
# File 'sig/types.rbs', line 823

def resource_record
  @resource_record
end

#validation_domain::String

Returns the value of attribute validation_domain.

Returns:

  • (::String)


824
825
826
# File 'sig/types.rbs', line 824

def validation_domain
  @validation_domain
end

#validation_emails::Array[::String]

Returns the value of attribute validation_emails.

Returns:

  • (::Array[::String])


825
826
827
# File 'sig/types.rbs', line 825

def validation_emails
  @validation_emails
end

#validation_method::String

Returns the value of attribute validation_method.

Returns:

  • (::String)


826
827
828
# File 'sig/types.rbs', line 826

def validation_method
  @validation_method
end

#validation_status::String

Returns the value of attribute validation_status.

Returns:

  • (::String)


827
828
829
# File 'sig/types.rbs', line 827

def validation_status
  @validation_status
end