Class: Aws::Types::ConstraintDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#constraint_id::String

Returns the value of attribute constraint_id.

Returns:

  • (::String)


120
121
122
# File 'sig/types.rbs', line 120

def constraint_id
  @constraint_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


122
123
124
# File 'sig/types.rbs', line 122

def description
  @description
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


123
124
125
# File 'sig/types.rbs', line 123

def owner
  @owner
end

#portfolio_id::String

Returns the value of attribute portfolio_id.

Returns:

  • (::String)


125
126
127
# File 'sig/types.rbs', line 125

def portfolio_id
  @portfolio_id
end

#product_id::String

Returns the value of attribute product_id.

Returns:

  • (::String)


124
125
126
# File 'sig/types.rbs', line 124

def product_id
  @product_id
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


121
122
123
# File 'sig/types.rbs', line 121

def type
  @type
end