Class: Aws::Types::LoadBalancerTlsCertificateDomainValidationRecord

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#dns_record_creation_stateTypes::LoadBalancerTlsCertificateDnsRecordCreationState

Returns the value of attribute dns_record_creation_state.



2398
2399
2400
# File 'sig/types.rbs', line 2398

def dns_record_creation_state
  @dns_record_creation_state
end

#domain_name::String

Returns the value of attribute domain_name.



2397
2398
2399
# File 'sig/types.rbs', line 2397

def domain_name
  @domain_name
end

#name::String

Returns the value of attribute name.



2393
2394
2395
# File 'sig/types.rbs', line 2393

def name
  @name
end

#type::String

Returns the value of attribute type.



2394
2395
2396
# File 'sig/types.rbs', line 2394

def type
  @type
end

#validation_status"PENDING_VALIDATION", ...

Returns the value of attribute validation_status.



2396
2397
2398
# File 'sig/types.rbs', line 2396

def validation_status
  @validation_status
end

#value::String

Returns the value of attribute value.



2395
2396
2397
# File 'sig/types.rbs', line 2395

def value
  @value
end