Class: Aws::Types::CreateConstraintInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accept_language::String

Returns the value of attribute accept_language.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def accept_language
  @accept_language
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


157
158
159
# File 'sig/types.rbs', line 157

def description
  @description
end

#idempotency_token::String

Returns the value of attribute idempotency_token.

Returns:

  • (::String)


158
159
160
# File 'sig/types.rbs', line 158

def idempotency_token
  @idempotency_token
end

#parameters::String

Returns the value of attribute parameters.

Returns:

  • (::String)


155
156
157
# File 'sig/types.rbs', line 155

def parameters
  @parameters
end

#portfolio_id::String

Returns the value of attribute portfolio_id.

Returns:

  • (::String)


153
154
155
# File 'sig/types.rbs', line 153

def portfolio_id
  @portfolio_id
end

#product_id::String

Returns the value of attribute product_id.

Returns:

  • (::String)


154
155
156
# File 'sig/types.rbs', line 154

def product_id
  @product_id
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


156
157
158
# File 'sig/types.rbs', line 156

def type
  @type
end