Class: Aws::Types::UpdateOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


350
351
352
# File 'sig/types.rbs', line 350

def description
  @description
end

#from_associationBoolean

Returns the value of attribute from_association.

Returns:

  • (Boolean)


351
352
353
# File 'sig/types.rbs', line 351

def from_association
  @from_association
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


347
348
349
# File 'sig/types.rbs', line 347

def name
  @name
end

#output_configTypes::OutputConfig

Returns the value of attribute output_config.

Returns:



348
349
350
# File 'sig/types.rbs', line 348

def output_config
  @output_config
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


349
350
351
# File 'sig/types.rbs', line 349

def status
  @status
end