Class: Octoryn::GovernanceMetadata
- Inherits:
-
Data
- Object
- Data
- Octoryn::GovernanceMetadata
- Defined in:
- lib/octoryn/types.rb
Instance Attribute Summary collapse
-
#byok ⇒ Object
readonly
Returns the value of attribute byok.
-
#estimated_cost ⇒ Object
readonly
Returns the value of attribute estimated_cost.
-
#evidence_hash ⇒ Object
readonly
Returns the value of attribute evidence_hash.
-
#policy_decision ⇒ Object
readonly
Returns the value of attribute policy_decision.
-
#region ⇒ Object
readonly
Returns the value of attribute region.
-
#route ⇒ Object
readonly
Returns the value of attribute route.
-
#run_id ⇒ Object
readonly
Returns the value of attribute run_id.
-
#upstream ⇒ Object
readonly
Returns the value of attribute upstream.
Instance Attribute Details
#byok ⇒ Object (readonly)
Returns the value of attribute byok
4 5 6 |
# File 'lib/octoryn/types.rb', line 4 def byok @byok end |
#estimated_cost ⇒ Object (readonly)
Returns the value of attribute estimated_cost
4 5 6 |
# File 'lib/octoryn/types.rb', line 4 def estimated_cost @estimated_cost end |
#evidence_hash ⇒ Object (readonly)
Returns the value of attribute evidence_hash
4 5 6 |
# File 'lib/octoryn/types.rb', line 4 def evidence_hash @evidence_hash end |
#policy_decision ⇒ Object (readonly)
Returns the value of attribute policy_decision
4 5 6 |
# File 'lib/octoryn/types.rb', line 4 def policy_decision @policy_decision end |
#region ⇒ Object (readonly)
Returns the value of attribute region
4 5 6 |
# File 'lib/octoryn/types.rb', line 4 def region @region end |
#route ⇒ Object (readonly)
Returns the value of attribute route
4 5 6 |
# File 'lib/octoryn/types.rb', line 4 def route @route end |
#run_id ⇒ Object (readonly)
Returns the value of attribute run_id
4 5 6 |
# File 'lib/octoryn/types.rb', line 4 def run_id @run_id end |
#upstream ⇒ Object (readonly)
Returns the value of attribute upstream
4 5 6 |
# File 'lib/octoryn/types.rb', line 4 def upstream @upstream end |