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:



454
455
456
# File 'sig/types.rbs', line 454

def description
  @description
end

#from_associationBoolean

Returns the value of attribute from_association.

Returns:



455
456
457
# File 'sig/types.rbs', line 455

def from_association
  @from_association
end

#name::String

Returns the value of attribute name.

Returns:



451
452
453
# File 'sig/types.rbs', line 451

def name
  @name
end

#output_configTypes::OutputConfig

Returns the value of attribute output_config.

Returns:



452
453
454
# File 'sig/types.rbs', line 452

def output_config
  @output_config
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:



453
454
455
# File 'sig/types.rbs', line 453

def status
  @status
end