Class: Aws::Types::UpdateGuardrailResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#guardrail_arn::String

Returns the value of attribute guardrail_arn.

Returns:

  • (::String)


3658
3659
3660
# File 'sig/types.rbs', line 3658

def guardrail_arn
  @guardrail_arn
end

#guardrail_id::String

Returns the value of attribute guardrail_id.

Returns:

  • (::String)


3657
3658
3659
# File 'sig/types.rbs', line 3657

def guardrail_id
  @guardrail_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


3660
3661
3662
# File 'sig/types.rbs', line 3660

def updated_at
  @updated_at
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


3659
3660
3661
# File 'sig/types.rbs', line 3659

def version
  @version
end