Class: Aws::Types::Output

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)


1316
1317
1318
# File 'sig/types.rbs', line 1316

def description
  @description
end

#export_name::String

Returns the value of attribute export_name.

Returns:

  • (::String)


1317
1318
1319
# File 'sig/types.rbs', line 1317

def export_name
  @export_name
end

#output_key::String

Returns the value of attribute output_key.

Returns:

  • (::String)


1314
1315
1316
# File 'sig/types.rbs', line 1314

def output_key
  @output_key
end

#output_value::String

Returns the value of attribute output_value.

Returns:

  • (::String)


1315
1316
1317
# File 'sig/types.rbs', line 1315

def output_value
  @output_value
end