Class: Aws::Types::AssociateStreamForSegmentsRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateStreamForSegmentsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
-
#destination_role_arn ⇒ ::String
Returns the value of attribute destination_role_arn.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
Instance Attribute Details
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
94 95 96 |
# File 'sig/types.rbs', line 94 def destination_arn @destination_arn end |
#destination_role_arn ⇒ ::String
Returns the value of attribute destination_role_arn.
95 96 97 |
# File 'sig/types.rbs', line 95 def destination_role_arn @destination_role_arn end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
93 94 95 |
# File 'sig/types.rbs', line 93 def domain_name @domain_name end |