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)


249
250
251
# File 'sig/types.rbs', line 249

def description
  @description
end

#from_associationBoolean

Returns the value of attribute from_association.

Returns:

  • (Boolean)


250
251
252
# File 'sig/types.rbs', line 250

def from_association
  @from_association
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


246
247
248
# File 'sig/types.rbs', line 246

def name
  @name
end

#output_configTypes::OutputConfig

Returns the value of attribute output_config.

Returns:



247
248
249
# File 'sig/types.rbs', line 247

def output_config
  @output_config
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


248
249
250
# File 'sig/types.rbs', line 248

def status
  @status
end