Class: Aws::Types::SloSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


1472
1473
1474
# File 'sig/types.rbs', line 1472

def policy_name
  @policy_name
end

#source"SELF", "CROSS_ACCOUNT"

Returns the value of attribute source.

Returns:

  • ("SELF", "CROSS_ACCOUNT")


1473
1474
1475
# File 'sig/types.rbs', line 1473

def source
  @source
end

#value::Float

Returns the value of attribute value.

Returns:

  • (::Float)


1471
1472
1473
# File 'sig/types.rbs', line 1471

def value
  @value
end