Class: Aws::Types::AIGuardrailSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#ai_guardrail_arn::String

Returns the value of attribute ai_guardrail_arn.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def ai_guardrail_arn
  @ai_guardrail_arn
end

#ai_guardrail_id::String

Returns the value of attribute ai_guardrail_id.

Returns:

  • (::String)


137
138
139
# File 'sig/types.rbs', line 137

def ai_guardrail_id
  @ai_guardrail_id
end

#assistant_arn::String

Returns the value of attribute assistant_arn.

Returns:

  • (::String)


136
137
138
# File 'sig/types.rbs', line 136

def assistant_arn
  @assistant_arn
end

#assistant_id::String

Returns the value of attribute assistant_id.

Returns:

  • (::String)


135
136
137
# File 'sig/types.rbs', line 135

def assistant_id
  @assistant_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


141
142
143
# File 'sig/types.rbs', line 141

def description
  @description
end

#modified_time::Time

Returns the value of attribute modified_time.

Returns:

  • (::Time)


139
140
141
# File 'sig/types.rbs', line 139

def modified_time
  @modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


134
135
136
# File 'sig/types.rbs', line 134

def name
  @name
end

#status"CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_IN_PROGRESS", "CREATE_FAILED", "ACTIVE", "DELETE_IN_PROGRESS", "DELETE_FAILED", "DELETED")


142
143
144
# File 'sig/types.rbs', line 142

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


143
144
145
# File 'sig/types.rbs', line 143

def tags
  @tags
end

#visibility_status"SAVED", "PUBLISHED"

Returns the value of attribute visibility_status.

Returns:

  • ("SAVED", "PUBLISHED")


140
141
142
# File 'sig/types.rbs', line 140

def visibility_status
  @visibility_status
end