Class: Aws::Types::AwsCertificateManagerCertificateRenewalSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_validation_options::Array[Types::AwsCertificateManagerCertificateDomainValidationOption]

Returns the value of attribute domain_validation_options.



848
849
850
# File 'sig/types.rbs', line 848

def domain_validation_options
  @domain_validation_options
end

#renewal_status::String

Returns the value of attribute renewal_status.

Returns:

  • (::String)


849
850
851
# File 'sig/types.rbs', line 849

def renewal_status
  @renewal_status
end

#renewal_status_reason::String

Returns the value of attribute renewal_status_reason.

Returns:

  • (::String)


850
851
852
# File 'sig/types.rbs', line 850

def renewal_status_reason
  @renewal_status_reason
end

#updated_at::String

Returns the value of attribute updated_at.

Returns:

  • (::String)


851
852
853
# File 'sig/types.rbs', line 851

def updated_at
  @updated_at
end