Class: Aws::Types::DisassociateSourceViewsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateSourceViewsRequest
- 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.
207 208 209 |
# File 'sig/types.rbs', line 207 def arn @arn end |
#source_views ⇒ ::Array[::String]
Returns the value of attribute source_views.
208 209 210 |
# File 'sig/types.rbs', line 208 def source_views @source_views end |