Class: Aws::Types::DisassociateSourceViewsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


207
208
209
# File 'sig/types.rbs', line 207

def arn
  @arn
end

#source_views::Array[::String]

Returns the value of attribute source_views.

Returns:

  • (::Array[::String])


208
209
210
# File 'sig/types.rbs', line 208

def source_views
  @source_views
end