Class: Aws::Types::Configurations

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#currentTypes::ConfigurationId

Returns the value of attribute current.



106
107
108
# File 'sig/types.rbs', line 106

def current
  @current
end

#history::Array[Types::ConfigurationId]

Returns the value of attribute history.

Returns:



107
108
109
# File 'sig/types.rbs', line 107

def history
  @history
end

#pendingTypes::ConfigurationId

Returns the value of attribute pending.



108
109
110
# File 'sig/types.rbs', line 108

def pending
  @pending
end