Class: Aws::Types::CertificateValidationRecord

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def name
  @name
end

#status ⇒ "PENDING_VALIDATION", ...

Returns the value of attribute status.

Returns:

  • ("PENDING_VALIDATION", "SUCCESS", "FAILED")


63
64
65
# File 'sig/types.rbs', line 63

def status
  @status
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def type
  @type
end

#value ⇒ ::String

Returns the value of attribute value.

Returns:

  • (::String)


62
63
64
# File 'sig/types.rbs', line 62

def value
  @value
end