Class: Aws::Types::GetOutput

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)


269
270
271
# File 'sig/types.rbs', line 269

def description
  @description
end

#from_associationBoolean

Returns the value of attribute from_association.

Returns:

  • (Boolean)


270
271
272
# File 'sig/types.rbs', line 270

def from_association
  @from_association
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


266
267
268
# File 'sig/types.rbs', line 266

def name
  @name
end

#output_configTypes::OutputConfig

Returns the value of attribute output_config.

Returns:



267
268
269
# File 'sig/types.rbs', line 267

def output_config
  @output_config
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


268
269
270
# File 'sig/types.rbs', line 268

def status
  @status
end