Class: Aws::Types::CreateGuardrailResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1050
1051
1052
# File 'sig/types.rbs', line 1050

def created_at
  @created_at
end

#guardrail_arn::String

Returns the value of attribute guardrail_arn.

Returns:

  • (::String)


1048
1049
1050
# File 'sig/types.rbs', line 1048

def guardrail_arn
  @guardrail_arn
end

#guardrail_id::String

Returns the value of attribute guardrail_id.

Returns:

  • (::String)


1047
1048
1049
# File 'sig/types.rbs', line 1047

def guardrail_id
  @guardrail_id
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


1049
1050
1051
# File 'sig/types.rbs', line 1049

def version
  @version
end