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)


205
206
207
# File 'sig/types.rbs', line 205

def description
  @description
end

#from_associationBoolean

Returns the value of attribute from_association.

Returns:

  • (Boolean)


206
207
208
# File 'sig/types.rbs', line 206

def from_association
  @from_association
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


202
203
204
# File 'sig/types.rbs', line 202

def name
  @name
end

#output_configTypes::OutputConfig

Returns the value of attribute output_config.

Returns:



203
204
205
# File 'sig/types.rbs', line 203

def output_config
  @output_config
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


204
205
206
# File 'sig/types.rbs', line 204

def status
  @status
end