Class: Aws::Types::CustomerArtifactPaths

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#android_paths::Array[::String]

Returns the value of attribute android_paths.

Returns:

  • (::Array[::String])


200
201
202
# File 'sig/types.rbs', line 200

def android_paths
  @android_paths
end

#device_host_paths::Array[::String]

Returns the value of attribute device_host_paths.

Returns:

  • (::Array[::String])


201
202
203
# File 'sig/types.rbs', line 201

def device_host_paths
  @device_host_paths
end

#ios_paths::Array[::String]

Returns the value of attribute ios_paths.

Returns:

  • (::Array[::String])


199
200
201
# File 'sig/types.rbs', line 199

def ios_paths
  @ios_paths
end