Class: Aws::Types::PutEnforcedGuardrailConfigurationResponse

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)


3175
3176
3177
# File 'sig/types.rbs', line 3175

def config_id
  @config_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


3176
3177
3178
# File 'sig/types.rbs', line 3176

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


3177
3178
3179
# File 'sig/types.rbs', line 3177

def updated_by
  @updated_by
end