Class: Aws::Types::AccountEnforcedGuardrailOutputConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#config_id::String

Returns the value of attribute config_id.

Returns:

  • (::String)


25
26
27
# File 'sig/types.rbs', line 25

def config_id
  @config_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


31
32
33
# File 'sig/types.rbs', line 31

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


32
33
34
# File 'sig/types.rbs', line 32

def created_by
  @created_by
end

#guardrail_arn::String

Returns the value of attribute guardrail_arn.

Returns:

  • (::String)


26
27
28
# File 'sig/types.rbs', line 26

def guardrail_arn
  @guardrail_arn
end

#guardrail_id::String

Returns the value of attribute guardrail_id.

Returns:

  • (::String)


27
28
29
# File 'sig/types.rbs', line 27

def guardrail_id
  @guardrail_id
end

#guardrail_version::String

Returns the value of attribute guardrail_version.

Returns:

  • (::String)


30
31
32
# File 'sig/types.rbs', line 30

def guardrail_version
  @guardrail_version
end

#input_tags"HONOR", "IGNORE"

Returns the value of attribute input_tags.

Returns:

  • ("HONOR", "IGNORE")


28
29
30
# File 'sig/types.rbs', line 28

def input_tags
  @input_tags
end

#model_enforcementTypes::ModelEnforcement

Returns the value of attribute model_enforcement.



36
37
38
# File 'sig/types.rbs', line 36

def model_enforcement
  @model_enforcement
end

#owner"ACCOUNT"

Returns the value of attribute owner.

Returns:

  • ("ACCOUNT")


35
36
37
# File 'sig/types.rbs', line 35

def owner
  @owner
end

#selective_content_guardingTypes::SelectiveContentGuarding

Returns the value of attribute selective_content_guarding.



29
30
31
# File 'sig/types.rbs', line 29

def selective_content_guarding
  @selective_content_guarding
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


33
34
35
# File 'sig/types.rbs', line 33

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


34
35
36
# File 'sig/types.rbs', line 34

def updated_by
  @updated_by
end