Class: Aws::Types::UpdateSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_validation_method_update_summaryTypes::DomainValidationMethodUpdateSummary

Returns the value of attribute domain_validation_method_update_summary.



1038
1039
1040
# File 'sig/types.rbs', line 1038

def domain_validation_method_update_summary
  @domain_validation_method_update_summary
end

#requested_at::Time

Returns the value of attribute requested_at.

Returns:

  • (::Time)


1039
1040
1041
# File 'sig/types.rbs', line 1039

def requested_at
  @requested_at
end

#status"PENDING_DOMAIN_VALIDATION", ...

Returns the value of attribute status.

Returns:

  • ("PENDING_DOMAIN_VALIDATION", "SUCCESS", "FAILED")


1036
1037
1038
# File 'sig/types.rbs', line 1036

def status
  @status
end

#type"DOMAIN_VALIDATION_METHOD"

Returns the value of attribute type.

Returns:

  • ("DOMAIN_VALIDATION_METHOD")


1037
1038
1039
# File 'sig/types.rbs', line 1037

def type
  @type
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1040
1041
1042
# File 'sig/types.rbs', line 1040

def updated_at
  @updated_at
end