Class: Aws::Types::AssociateSourceViewsRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateSourceViewsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#source_views ⇒ ::Array[::String]
Returns the value of attribute source_views.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
36 37 38 |
# File 'sig/types.rbs', line 36 def arn @arn end |
#source_views ⇒ ::Array[::String]
Returns the value of attribute source_views.
37 38 39 |
# File 'sig/types.rbs', line 37 def source_views @source_views end |