Class: Aws::Types::CustomerArtifactPaths
- Inherits:
-
Object
- Object
- Aws::Types::CustomerArtifactPaths
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#android_paths ⇒ ::Array[::String]
Returns the value of attribute android_paths.
-
#device_host_paths ⇒ ::Array[::String]
Returns the value of attribute device_host_paths.
-
#ios_paths ⇒ ::Array[::String]
Returns the value of attribute ios_paths.
Instance Attribute Details
#android_paths ⇒ ::Array[::String]
Returns the value of attribute android_paths.
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.
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.
199 200 201 |
# File 'sig/types.rbs', line 199 def ios_paths @ios_paths end |