Class: Aws::Types::OriginGroup
- Inherits:
-
Object
- Object
- Aws::Types::OriginGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failover_criteria ⇒ Types::OriginGroupFailoverCriteria
Returns the value of attribute failover_criteria.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#members ⇒ Types::OriginGroupMembers
Returns the value of attribute members.
-
#selection_criteria ⇒ "default", "media-quality-based"
Returns the value of attribute selection_criteria.
Instance Attribute Details
#failover_criteria ⇒ Types::OriginGroupFailoverCriteria
Returns the value of attribute failover_criteria.
2893 2894 2895 |
# File 'sig/types.rbs', line 2893 def failover_criteria @failover_criteria end |
#id ⇒ ::String
Returns the value of attribute id.
2892 2893 2894 |
# File 'sig/types.rbs', line 2892 def id @id end |
#members ⇒ Types::OriginGroupMembers
Returns the value of attribute members.
2894 2895 2896 |
# File 'sig/types.rbs', line 2894 def members @members end |
#selection_criteria ⇒ "default", "media-quality-based"
Returns the value of attribute selection_criteria.
2895 2896 2897 |
# File 'sig/types.rbs', line 2895 def selection_criteria @selection_criteria end |