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)


422
423
424
# File 'sig/types.rbs', line 422

def description
  @description
end

#from_associationBoolean

Returns the value of attribute from_association.

Returns:

  • (Boolean)


423
424
425
# File 'sig/types.rbs', line 423

def from_association
  @from_association
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


419
420
421
# File 'sig/types.rbs', line 419

def name
  @name
end

#output_configTypes::OutputConfig

Returns the value of attribute output_config.

Returns:



420
421
422
# File 'sig/types.rbs', line 420

def output_config
  @output_config
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


421
422
423
# File 'sig/types.rbs', line 421

def status
  @status
end