Class: Aws::Types::Export

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#exporting_stack_id::String

Returns the value of attribute exporting_stack_id.

Returns:

  • (::String)


781
782
783
# File 'sig/types.rbs', line 781

def exporting_stack_id
  @exporting_stack_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


782
783
784
# File 'sig/types.rbs', line 782

def name
  @name
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


783
784
785
# File 'sig/types.rbs', line 783

def value
  @value
end