Class: Aws::Types::Limitation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#database_id::String

Returns the value of attribute database_id.

Returns:

  • (::String)


1737
1738
1739
# File 'sig/types.rbs', line 1737

def database_id
  @database_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1740
1741
1742
# File 'sig/types.rbs', line 1740

def description
  @description
end

#engine_name::String

Returns the value of attribute engine_name.

Returns:

  • (::String)


1738
1739
1740
# File 'sig/types.rbs', line 1738

def engine_name
  @engine_name
end

#impact::String

Returns the value of attribute impact.

Returns:

  • (::String)


1741
1742
1743
# File 'sig/types.rbs', line 1741

def impact
  @impact
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1739
1740
1741
# File 'sig/types.rbs', line 1739

def name
  @name
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


1742
1743
1744
# File 'sig/types.rbs', line 1742

def type
  @type
end