Class: Aws::Types::UpdateConfigurationOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


838
839
840
# File 'sig/types.rbs', line 838

def arn
  @arn
end

#created::Time

Returns the value of attribute created.

Returns:

  • (::Time)


839
840
841
# File 'sig/types.rbs', line 839

def created
  @created
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


840
841
842
# File 'sig/types.rbs', line 840

def id
  @id
end

#latest_revisionTypes::ConfigurationRevision

Returns the value of attribute latest_revision.



841
842
843
# File 'sig/types.rbs', line 841

def latest_revision
  @latest_revision
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


842
843
844
# File 'sig/types.rbs', line 842

def name
  @name
end

#warnings::Array[Types::SanitizationWarning]

Returns the value of attribute warnings.

Returns:



843
844
845
# File 'sig/types.rbs', line 843

def warnings
  @warnings
end