Class: Aws::Types::RefreshCacheInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#file_share_arn::String

Returns the value of attribute file_share_arn.

Returns:

  • (::String)


1169
1170
1171
# File 'sig/types.rbs', line 1169

def file_share_arn
  @file_share_arn
end

#folder_list::Array[::String]

Returns the value of attribute folder_list.

Returns:

  • (::Array[::String])


1170
1171
1172
# File 'sig/types.rbs', line 1170

def folder_list
  @folder_list
end

#recursiveBoolean

Returns the value of attribute recursive.

Returns:

  • (Boolean)


1171
1172
1173
# File 'sig/types.rbs', line 1171

def recursive
  @recursive
end