Class: Aws::Types::ReplayDestination
- Inherits:
-
Object
- Object
- Aws::Types::ReplayDestination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#filter_arns ⇒ ::Array[::String]
Returns the value of attribute filter_arns.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
921 922 923 |
# File 'sig/types.rbs', line 921 def arn @arn end |
#filter_arns ⇒ ::Array[::String]
Returns the value of attribute filter_arns.
922 923 924 |
# File 'sig/types.rbs', line 922 def filter_arns @filter_arns end |