Class: Aws::Types::SloSource
- Inherits:
-
Object
- Object
- Aws::Types::SloSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
-
#source ⇒ "SELF", "CROSS_ACCOUNT"
Returns the value of attribute source.
-
#value ⇒ ::Float
Returns the value of attribute value.
Instance Attribute Details
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
1422 1423 1424 |
# File 'sig/types.rbs', line 1422 def policy_name @policy_name end |
#source ⇒ "SELF", "CROSS_ACCOUNT"
Returns the value of attribute source.
1423 1424 1425 |
# File 'sig/types.rbs', line 1423 def source @source end |
#value ⇒ ::Float
Returns the value of attribute value.
1421 1422 1423 |
# File 'sig/types.rbs', line 1421 def value @value end |