Class: Aws::Types::CreateAIGuardrailVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ai_guardrail_id::String

Returns the value of attribute ai_guardrail_id.

Returns:

  • (::String)


624
625
626
# File 'sig/types.rbs', line 624

def ai_guardrail_id
  @ai_guardrail_id
end

#assistant_id::String

Returns the value of attribute assistant_id.

Returns:

  • (::String)


623
624
625
# File 'sig/types.rbs', line 623

def assistant_id
  @assistant_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


626
627
628
# File 'sig/types.rbs', line 626

def client_token
  @client_token
end

#modified_time::Time

Returns the value of attribute modified_time.

Returns:

  • (::Time)


625
626
627
# File 'sig/types.rbs', line 625

def modified_time
  @modified_time
end